.product-expertise-section {
      position: relative;
       margin: 3rem 0;
}

.product-expertise-section .product-inners{
    position:relative;
    padding: 3rem;
    padding-bottom: 0;
}
.product-expertise-section .product-inners:before{
    content: "";
    position: absolute;
    left: 0;
    height: 65%;
    background: #F0F9FA;
    width: 100%;
    top: 0;
}
.products-carousels{
    margin-top:3rem;
}
.produ-items-grid{
        display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 9px;
    margin: 8rem 0 0;
}

.expertise-product{
    margin-top: 60px;
}

.sourcionmg{
    position:relative;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        max-width: 261px;
}
.item{
    position:relative;
}
.our-product-expertise {

        position: relative;
    display: block;
    overflow: hidden;
  
    
  mask: url(../images/svg/bg-sgape.webp);
    
   
    mask-repeat: no-repeat;
  
    mask-position: center center;
   
    mask-size: cover;
    z-index: 1;
}
.kids-fas{
   font-size: 15px;
    margin: auto;
    text-align: center;
    padding: 0px 10px 15px;
}
.products-carousels .swiper-pagination .swiper-pagination-bullet{
    background:#000 !important;
}
.our-product-expertise:hover img {
  transform: scale(1.05) rotate(1.3deg);
}
.our-product-expertise:hover .sub-produ-items-names {
  visibility: visible;
  opacity: 1;
  transform: rotate(0deg);
  transform-origin: 100% 100%;
}
.our-product-expertise:hover .products-items-names b {
  background-size: 100% 1px;
}
.our-product-expertise img {
  width: 100%;
    height: auto;
    transition: transform 500ms ease, opacity 500ms ease;
    object-fit: cover;
}
.products-carousels .swiper-wrapper{
    margin-bottom:4rem;
}
.produ-items-destnames{
  position: absolute;
  bottom: 52px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;

  font-size: 20px;
  color: #537eac;
  font-weight: 400;
  z-index: 2;
  text-transform: capitalize;
}
/*.products-items-names {*/
/*     position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    text-align: center;*/
/*    margin: auto;*/
/*    padding: 0 25px;*/
/*    bottom: 35px;*/
/*    z-index: 2;*/
/*    text-transform: capitalize;*/
/*     font-size: 14px;*/
/*    font-weight: 600;*/
/*    color: #fff;*/
/*    display: block;*/
/*    line-height: 1.4;*/
   
/*}*/


.products-items-names {

    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    padding: 20px;
    bottom: 0px;
    z-index: 2;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: block;
    line-height: 1.4;
    background: #ffff;

}
.products-items-names b {
  position: relative;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  font-weight: inherit;
}
.products-items-names b:hover {
  background-size: 100% 1px;
}
.sub-produ-items-names {
     position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg);
    transform-origin: 100% 100%;
    transition: all 0.5s;
    max-width: 93%;
     font-size: 13px;
    font-weight: 600;
    color: #132742;
    display: inline-table;
    background-color:#f4ececd4;
    padding: 1.2px 20px;
   
}
.sub-produ-items-names:hover {
  background-color: #fff;
}


.wyh-steps-section{
     position: relative;
    background: #fff4ea;
    padding: 60px 0;
}

.usp-item {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.usp-item.left {
  justify-content: flex-start;
}

.usp-item.right {
  justify-content: flex-end;
}

.usp-number {
  width: 100px;
    height: 100px;
  /*background: #e56b0f;*/
      background: linear-gradient(45deg, #FFE3E0, #fbc3bc);
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.usp-content {
  max-width: 500px;
  padding: 20px 25px;
}

.usp-content h3 {
     font-size: 19px;
    margin-bottom: 10px;
    color: #000;
}

.usp-content p {
  font-size: 16px;
  line-height: 1.6;
}

.usp-line {
    max-width: 1000px;
    margin: 30px auto;
    border-bottom: 3px solid #8a8a8a;
    position: relative;
}

.usp-line::before,
.usp-line::after {
     content: "";
    width: 12px;
    height: 24px;
    border: 3px solid #8a8a8a;
    border-right: none;
    border-top: none;
    position: absolute;
}

.usp-line::before {
      left: -12px;
    top: -22px;
}

.usp-line::after {
    right: 0;
    bottom: -24px;
    transform: rotate(180deg);
}
.line-porty::before{
    left: -3px;
    top: 0;
    width: 0;
}

.line-porty::after {
    transform: rotate(0deg);
    right: -3px;
    bottom: -2.4px;
     width: 0;
}

/*.unique-selling-proposition {*/
/*    position:relative;*/
/*  padding: 60px 20px;*/
/*}*/


.unique-selling-proposition {
   position: relative;
    padding: 5rem 0;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
      margin: 4rem 0 0;
}
.timeline .timeline-item:nth-child(1) .image-box{
    background:#C1EAEB
}
.timeline .timeline-item:nth-child(2) .image-box{
    background:#E7DAE6
}
.timeline .timeline-item:nth-child(3) .image-box{
    background:#EFF7CF
}
.timeline .timeline-item:nth-child(4) .image-box{
    background:#C1DFF0
}
.timeline .timeline-item:nth-child(5) .image-box{
    background:#EFD9CE
}

.timeine-box-titls{
    position:relative;
}
.timeline-line {
       position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    z-index: 1;
}
.timeline-item h4 {
    font-size: 14px;
        margin: 2rem 0 0;
}
.timeline-item {
  text-align: center;
  position: relative;
  z-index: 2;
  /*opacity: 0.4;*/
  transition: 0.4s ease;
}

.timeline-item .image-box img {
  transition: transform 0.2s ease-in-out;
      /*background: #e1e1e1;*/
      filter:brightness(0.1)invert(0.2);
}
.timeline-item:hover .image-box img {
  transform: scale(1.08); /* light zoom */
  /*filter: brightness(1.15);*/
}

.timeline-item .image-box {
  width: 140px;
  height: 140px;
  margin: auto;
  /*overflow: hidden;*/
   transition: transform 0.3s ease, filter 0.3s ease;
       background: #e0e0e0;
           display: flex;
    justify-content: center;
    align-items: center;
  
}

/*.timeline-item .image-box img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/

.timeline-item .dot {
      display: block;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    margin: 25px auto 0;
}

.timeline-item h3 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #111;
}

.timeline-item p {
      font-size: 14px;
    color: #2f2f2f;
    max-width: 220px;
    margin: auto;
    margin: 10px 0 0;
}

/* Hover Highlight Dot */
.timeline-item:hover .dot,
.timeline-item.active .dot {
  background: #000;
  /*transform: scale(1.2);*/
  transform: scale(1.08); /* light zoom */
  
}

.image-box.image-box-1{
      clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

/*.image-box.image-box-1 img{*/
/*      clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);*/
/*}*/
/*.image-box.image-box-2 img{*/
  
/*        clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);*/
/*}*/

.image-box.image-box-2{
  
        clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}
/*.image-box.image-box-3 img {*/
/*      border-radius: 50%;*/
    
/*}*/

.image-box.image-box-3{
      border-radius: 50%;
    
}


.our-certifications-section{
position: relative;
    padding:3rem 0 4rem;
}

.clients-sponsors-outer{
        margin:4rem 0 0;
}
.single-icon-wrap{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(33, 5, 5, 0.05);
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
    width: 90%;

}
.certifications-swiper .single-icon-wrap:hover {
    transform: scale(1.05) translateY(-5px);
}
.certifications-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.certifications-swiper .swiper-slide h4{
    margin: 1.3rem 0 0;
    line-height:1.5;
    text-align: center;
    font-size: 14px;
    max-width: 78%;
        transform: translate(26px, 0);
}

.title-area-client {
    position: relative;
    text-align:center;
} 
.title-area-client h4.client-title {
    max-width: max-content;
    margin: auto;
    font-weight: 700;
    color: #1C2539;
    text-transform: uppercase;
        font-size: 17px;
}
.title-area-client::after {
        content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    width: 37%;
    background: #20282d;
    display: flex;
    align-items: center;
    margin-top: -9px;
}
.title-area-client::before {
       content: "";
    position: absolute;
    left: 0%;
    width: 100%;
    height: 2px;
    width: 37%;
    background: #20282d;
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.supplier-audits-section .supplier-audits {
      position: relative;
    background: unset;
}
.supplier-audits-section {
       position: relative;
    padding: 4rem 0 5rem;
       background: #f4f5f8;
}

.supplier-audits-grid {
      position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      /*margin: 4rem 0 0;*/
}

.audits-outer-box {
       position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    /* margin-bottom: 9px; */
    border-radius: 20px;
    padding: 7px;
    overflow: hidden;
}
.audits-outer-box:before{
        content: "";
    width: 800px;
    height: 800px;
    position: absolute;
    transform: rotate(107deg);
    top: -95%;
    left: -85%;
    background-image: url(../images/reff/ns-img.webp);
    background-size: cover;
    transition:0.3s linear;
}
.audits-outer-box:hover:before{
   animation: rotate360 2s linear infinite;
}
@keyframes rotate360 {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.audits-inner-box {
   position: relative;
    display: block;
      padding: 25px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    background: #fcfcfd;
}

.audits-shape {
    position: absolute;
    bottom: -200px;
    right: -200px;
    opacity: 0;
    mix-blend-mode: soft-light;
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: -1;
}
.audits-shape img {
    width: auto;
}
.audits-section-heading {
      position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}

.audits-icon-img {
       position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.audits-inner-box h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    position: relative;
    display: block;
   margin: 25px 0 15px;
}

.audits-inner-box p{
    margin:0;
}


.we-key-number {
    position:relative;
       padding: 3rem 0 3rem;
}

.key-number-section {
 display: flex;
    justify-content: space-between;
    gap: 60px;
    position: relative;
}
.key-number-section .key-card:not(:last-child)::after {
  position: absolute;
  right: 19px;
  height: 100%;
  width: 1px;
  background: #D9D9D9;
  content: "";
}

.key-card {
  display: flex;
  align-items: center;
  gap: 25px;
  flex: 1;
  position: relative;
}

.progress-circle {
     width: 100px;
    height: 100px;
    min-width: 100px;
  border-radius: 50%;
  background: conic-gradient(#e6e6e6 0deg, #e6e6e6 360deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-circle {
  width: 90px;
  height: 90px;
  background: #f6f6f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-circle img {
    width: 45px;
}

.key-content h3 {
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  color: #1c1c1c;
}

.key-content p {
        font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 86%;
}

.core-strenth{
    position:relative;
    padding-bottom:14rem;
}
.core-trenth-pointsd{
    padding:0;
    margin:0;
}
.core-trenth-pointsd li{
    position: absolute;
    max-width: 200px;
    height: 200px;
    display: flex;
    border-radius: 50%;
    text-align: center;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    align-items: center;
        padding: 10px;
            z-index: 2;
    background: #fff;
       font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}
.core-trenth-pointsd li:nth-child(1){
    left: 0;
    top: 30%;
}
.core-trenth-pointsd li:nth-child(2){
      left: 13%;
    bottom: -95px;
}
.core-trenth-pointsd li:nth-child(4){
        right: 13%;
    bottom: -95px;
}
.core-trenth-pointsd li:nth-child(5){
    right: 0;
    top: 30%;
}
.core-trenth-pointsd li:nth-child(3){
   left: 0;
    right: 0;
    bottom: -220px;
    margin: 0 auto;
}
.core-strenth .container{
    position:relative;
}



.our-quality-production {
    position:relative;
    padding:4.5rem 0;
    background:#f5f6fc;
}

.quality-production-img {
    -webkit-mask-image: url(../images/about/about_mask_img.svg);
    mask-image: url(../images/about/about_mask_img.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 523px;
    height: 566px;
    position:relative;
    margin: 0 auto;
}

.quality-production-img::before{
     position: absolute;
    content: "";
    right: 0;
       margin: 0;
    width: 85px;
    height: 85px;
    background-image: url(../images/about/about-shape.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
      -webkit-animation: alltuchtopdown 2s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 2s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
    z-index: 1;
    left: -5%;
    top: 11%;
}


@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    }
    
    
.sustainable-responsible{
    padding: 4rem 0 3rem;
    position: relative;
    background-image:url('../images/banner/sustainable-apparel-sourcing.webp');
    background-size:cover
}

.sustainable-responsible::before{
    position:absolute;
    content:'';
    top:0;
    left:0;
    background-color:#000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}
.content-br{
    position:relative;
}
.content-br h3{
    color:#fff;
}
.sustainable-responsible .content-br p{
      color:#fff;
}

.responsible-sourcing{
    position:relative;
}
.sustainable-responsible .row{
    align-items: center;
    justify-content: space-around;
}

.seamless-global{
   padding: 8rem 0 9rem;
    position: relative;
    text-align: center;
}
.seamless-global::before {
       position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    background: url(../images/banner/worldmap.webp) no-repeat center top;
    background-size: contain;
    background-position: center;
    z-index: 1;
    overflow: hidden;
}

.seamless-global .content-br p {
    color: #000;
    margin: 0;
    max-width: 85%;
    margin: auto;
       font-size: 23px;
    position: relative;
    z-index: 1;
}

.seamless-global .title-conten .big-title {
    color:#000;
      position:relative;
     z-index: 1;
}

.made-india-sec {
    position: relative;
   padding: 5rem 0;
    background: #EDE7D9;
}
.made-india-sec .row{
    align-items:center;
}
.made-india-img{
    text-align:center;
}
.made-india-seccont {
        position: relative;
    /*padding-left: 52px;*/
}
.sectiontop__subtitle span {
    position: absolute;
    transform: rotate(90deg);
    top: 0px;
    width: 100px;
}
.sectiontop__subtitle {
        position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 80px;
    margin-top: 40px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.made-india-seccont p{
  
}

.aboutthree__thumb-bgshape {
       position: absolute;
    top: 21%;
    right: 18.5%;
    z-index: -1;
}

@media(min-width:769px) and (max-width:1200px){
    .aboutthree__thumb-bgshape{
            position: absolute;
           top: 13%;
        right: 7.5%;
    z-index: -1;
}
    }
    
 
 
 .our-end-toend-ne{
      
 position: relative;
    padding: 3rem 0;
    background: #f8f9fa;
 
 }
 
 .our-end-toend-ne .row{
     row-gap:20px;
 }
 .end-toend-ne-card{
         background-color: #ffffff;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
        padding:20px;
 }
 .end-toend-ne-card .project-content {
    padding: 0 0 20px 0;
}

.categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.project-content .categories {
   background-color: transparent;
    border: 1.5px solid #c9d1d1;
    font-size: 12px;
    font-weight: 600;
    color: #363636;
    max-width: fit-content;
    padding: 2px 7px 4px;
    border-radius: 5px;
}
.our-end-toend-ne .project-text h4 {
       font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.project-content .project-text {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    gap: 30px;
}



.tji-icon-btn {
  width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #363636;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    min-width: 40px;
    transition: all 0.3s ease-in-out;
}

.tji-icon-btn i {
     color: #363636;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
    font-size: 11px;
        width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tji-icon-btn:hover i {
    color: #fff;
    transform: rotate(0);
}
.tji-icon-btn:hover {
    background-color: #363636;
}
.end-toend-ne-img{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s linear;
    border-radius: 10px;
}
.end-toend-ne-img img{
        border-radius: 10px;
            transition: all 0.5s linear;
}
.end-toend-ne-card:hover .end-toend-ne-img img {
    transform: scale(1.1) rotate(-2deg);
}

.end-toend-ne-img::before {
    content: "";
    background: #0c1e21;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    inset-inline-start: 0;
    opacity: 0.16;
    pointer-events: none;
    z-index: 2;
        border-radius: 10px;
}