.contact-info {
      background: #111;
      color: #fff;
      padding: 40px;
      border-radius: 50px 0 0 50px;
      height:100%;
     
    }
    .contact-info h6 {
      font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    margin-bottom: 16px;
    }
    .contact-info p, .contact-info a {
      font-size: 17px;
      color: #fff;
      /*margin-bottom: 15px;*/
      display: block;
          margin: 0;
    }
    .contact-info a:hover {
      text-decoration: underline;
    }
    .contact-form {
      /*background: #f7f7f7;*/
      background: #fdf9f6;
      padding: 40px;
      border-radius: 0 50px 50px 0;
    }
    .form-control {
      border-radius: 50px;
      padding: 12px 20px;
    }
    textarea.form-control {
      border-radius: 20px;
    }
    .btn-submit {
  background: #000;
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: bold;
  transition: all 0.4s ease-in-out; /* Smooth animation */
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #333; /* hover background color */
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.btn-submit:hover {
  color: #ffffff; /* text color changes */
}

.btn-submit:hover::before {
  left: 0; /* slide-in effect */
}

    .note {
      font-size: 12px;
      margin-top: 10px;
      color: #666;
    }
    .marsh-contact{
          margin-top: 50px;
    }
    .contact-us-form{
    margin-top: 20px;
    margin-bottom: 0;
    /*margin-bottom: 20px;*/
    border-bottom: 0.1px solid #dddddd6b;
    padding-bottom:20px;
  
    }
    
.contact-1-line {
  border: 1px solid #ddd;
  width: 100%;
}
.contact-experience {
    padding:3rem 0;
    position:relative;
}
.contact-experience .counter-box {
  transition: transform 0.3s ease;
}
.contact-experience .counter-box:hover {
  transform: translateY(-5px);
}

.counter-box{
    padding:1.5rem;
    border:1px solid #dee2e6;
    border-radius:0.375rem;
}

.counter{
    font-weight:500;
    font-size:100px;
}



.sub-text, .tag {
      font-weight: 600;
    }

    .branding-section {
    background: #f5f5f5;
      text-align: center;
      padding: 80px 20px;
      position: relative;
    }
    .branding-section .container{
        position:relative;
    }
    .branding-title {
      font-size: 15vw;
      font-weight: 900;
      color: #111;
      letter-spacing: 2px;
      position: relative;
      display: inline-block;
    }

    .branding-title span {
      display: inline-block;
      cursor: pointer;
    }

    .tag {
      position: absolute;
      background: #444;
      color: #fff;
      padding: 6px 16px;
      border-radius: 30px;
      font-size: 14px;
      font-weight: 600;
      white-space: nowrap;
    }

    .tag-light {
      background: #fff;
      color: #111;
      border: 1px solid #ddd;
    }

    .sub-text {
      font-size: 1.2rem;
      font-weight: 600;
      color: #111;
      margin-right: 50%;
    }

    /* Positioning tags */
    .tag1 { top: 35%; left: 13%; }
    .tag2 { top: 42%; left: 55%; transform: translateX(-50%); }
    .tag3 { top: 55%; right: 8%; }

    .sus-btn {
    border-radius: 20px;
    padding: 5px 13px;
    cursor: pointer;
    background-color: #fff;
    color: #111;
    font-weight: 600;
}

.sus-btn:hover {
    background-color: #111;
    color: #fff;
       transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;

}
    .sus-btn-container{
            margin-bottom: 30px;
            margin-top: 20px;
    }
    .wrap-char{
        font-size: 40px;
    }
    .animated-text span {
  opacity: 0.3;
  color: grey;
  transition: all 0.4s ease;
  display: inline-block;
}
.sustainable-fashion {
  background-color: #fff;
  padding: 4rem 0;
}

.sustainable-fashion .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  gap: 2rem;
}

.sustainable-fashion .image-box {
  flex: 1 1 30%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 280px;
}

.sustainable-fashion .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sustainable-fashion .text-box {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 280px;
}

.sustainable-fashion .text-box p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #444;
}

.sustainable-fashion .read-more {
  display: inline-flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 1.125rem;
  color: #000;
  text-decoration: none;
  width: fit-content;
  transition: color 0.3s ease;
}

.sustainable-fashion .read-more span:first-child {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sustainable-fashion .read-more .arrow {
  transition: transform 0.3s ease;
}

.sustainable-fashion .read-more:hover .arrow {
  transform: translateX(4px);
}

.sustainable-fashion .read-more::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #000;
  margin-top: 4px;
}

.fade-on-scroll span {
  opacity: 0; /* Initial state */
  transition: opacity 0.6s ease;
}

.fade-on-scroll span:hover {
  opacity: 1; /* Hover effect */
}


.fade-on-scroll span {
  opacity: 0; /* Initial state */
  transition: opacity 0.6s ease;
}

.fade-on-scroll span:hover {
  opacity: 1; /* Hover effect */
}


.animated-text {
  text-align: center;
  font-size: 2rem;
  color: grey;
}

.animated-text span {
  display: inline-block;
  opacity: 0.5;
}

.sustainable-fashion-section {
  padding:5rem 0 5rem;
  position:relative;
}
.sustainable-fashion-section .big-title-head{
        text-align: start;
}
.btn-read-more {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  overflow: hidden;
}

.btn-read-more .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.btn-read-more .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #000;
  transition: width 0.3s ease;
}

.btn-read-more:hover .arrow {
  transform: translate(5px, 5px);
}

.btn-read-more:hover .line {
  width: 100%;
}
.roww {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .con-items {
    align-items: center;
  }
  .mars-img{
    display: flex;
    gap: 3rem;
    align-items: stretch; /* Add this line */
  }


  
  .left-img img{
      /*height:400px;*/
      /*object-fit:cover;*/
      width:100%;
  }

.left-img.kint img{
    height:445px;
    object-fit:cover;
}
  .aside-text{
    text-align: start;
    margin-top: 75px;
    margin-left: 35px;
  }

  .btn.btn-text {
    color: inherit;
    padding-left: 0;
    text-transform: uppercase;
}
.btn.btn-text span {
    position: relative;
}
.btn.btn-text span:after {
        content: "";
    position: absolute;
    right: 0;
    top: calc(100% + 2px);
    width: 100%;
    height: max(2px, 5%);
    background: currentColor;
    border-radius: 3px;
    transition: .3s all;
}

.btn.btn-text:hover span:after {
    width: 1rem;
}
.btn.btn-text i{
   display:inline-block;
     transition: .3s all .2s;
}
.btn.btn-text:hover i {
 transform: rotate(-50deg)
   
}
.sustain-con{
  font-size: 2.8rem;
}

.filled-header{
  background-color: #fff;
  
}

.benefits-section {
  background-color: #f8f9fa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.benefits-section .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  justify-content: center;
}

.benefits-section .col-md-4 {
  flex: 1 1 0;
  max-width: 33.3333%;
}

.section-heading {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
  color: #333;
}

.card-title {
  font-size: 1.25rem;
  color: #005f73;
  margin-bottom: 15px;
}

.card-text {
  font-size: 0.95rem;
  color: #555;
}

.card-img-top {
  height: 250px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}
.offer-section{
    position:relative;
    padding:4rem 0;
}
.offer-card {
  position: relative;
    /* width: 352px; */
    height: 528px;
    overflow: hidden;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    display: flex;
    flex-direction: column;
    margin: 0 2px;
    padding-bottom: 1rem;
}

.offer-card img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.offer-card h4,
.offer-card p {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.offer-card h4 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 600;

}

.offer-card p {
  font-size: 1rem;
  margin-top: 0.5rem;
  padding: 0 1rem;
  font-weight: 400;
}

.offer-card::before {
  content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #000000d6 30%, transparent, transparent);
    z-index: 2;
}

.sustability{
    background-image:url('../images/about/sustainable-clothing.webp');
    padding:4rem 0;
    position:relative;
}
.sustability::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    background-color:#000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

.content-br{
    position:relative;
}

.content-br h3{
    color:#fff;
}
.content-br p{
    color:#fff;
}
.img-sustablity{
    position:relative;
}

.sustability .row{
    align-items: center;
    justify-content: space-around;
}

.backgroun-sevtion .fade-on-scroll{
    color:#000;
}
.manufactuitn-imf img{
    height:300px;
    width:100%;
    object-fit:cover;
}

.colt-manufaturing .fade-on-scroll{
    margin-bottom:5rem;
}
.retailers-manu{
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    margin-top: 3rem;
    color:#000;
}
.paragrph-clas{
    font-size: 43px;
    text-align: center;
    margin-bottom: 5rem;
    line-height: 1.3;
    color: #000;
    font-weight: 500;
}
.backgroun-sevtion{
    padding: 2rem 0 3rem;
}

.form-class{
    margin:10px 0;
}
.sutomner-service{
    position:relative;
    padding:4rem 0;
}
.coomon-container{
   background-color:rgb(243 243 243) ;
   display: flex;
    width: 90%;
    margin:0 auto;
    margin-bottom:15px;
    position: sticky;
    top: 20%;
}
.quality-aaasured{
    display: flex;
    width: 79%;
    padding: 40px;
    /* justify-content: space-between; */
    gap: 60px;
}
.quality-aaasured h4{
   width: 30%;
    font-size: 34px;
}
.sticjy-imhes{
    width: 23%;
    /*height: 339px;*/
}
.sticjy-imhes img{
    /*    height: 339px;*/
    /*object-fit: cover;*/
    width:100%;
}
.quality-aaasured p{
    width: 50%;
}

.manufacturing-content .big-title-head{
    margin: 0 auto;
    font-family: 'Jost';
    font-weight: 600;
    display:block;
}
.manufacturing-content .big-title-head span{
    font-weight:400;
}
.some-fasinatiing{
    position:relative;
    padding:0;
}
.counter-b {
    height:300px;
    width:300px;
        display: flex;
    flex-direction: column;
    justify-content: center;
}
.counter-b .counter{
    font-size:70px;
}

.jeynumber-section{
    position:relative;
    margin-top:3rem;
}

.jeynumber-section .counter-label{
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.counter-b:hover{
    background-color:#f3f4f6;
    border-radius:50%;
    transition-timing-function: 
cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.world-clothes{
    text-align:center;
}
.world-clothes img{
    margin-bottom:1rem;
}


.form-control:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}



.error-page-sec{
    position:relative;
    padding:60px 0;
    text-align:center;
}
.error-box-section{
    text-align:center;
}
.error-page-sec .icon-box {
    position: relative;
    width: 400px;
    height: 400px;
    background: #004225;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    }

.error-page-window {
    position: relative;
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 8px;
    border: 3px solid #fff;
    text-align: center;
    padding-top: 78px;
    font-size: 100px;
    font-weight: 900;
    color: #004225;
   animation: fadeIn 5s infinite;
}

@keyframes fadeIn {
      0% { opacity: 0; transform: scale(0.8); }
      50% { opacity: 1; transform: scale(1); }
      100% { opacity: 0; transform: scale(0.8); }
    }
    
.error-page-window::before {
    position: absolute;
    content: "";
    top: 26px;
    left: 15px;
    width: 10px;
    height: 10px;
    background: #004225;
    border-radius: 2px;
    box-shadow: 20px 0 #004225, 40px 0 #004225;
}
    
.mar-contact{
    color:#c2c2c2 !important;
}    
.error-page-sec .big-title-head{
           margin-bottom: 1rem;
}

.form-label{
    color:#333 !important;
}

/*.form-class label {*/
/*    color:red;*/
/*}*/


label.error{
    color:red;
    font-size:15px;
}

/*banner-info*/

.top-info-banner {
        display: flex;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
   align-items: center;
    justify-content: space-between;
}
.top-info-banner a {
    color: #fff;
    text-decoration: none;
    font-size:15px;
}

.bac-bvlack{
    background:#000;
}

.banner-center {
    text-align: center;
    /*flex: 1;*/
    padding: 0 15px;
        text-transform: uppercase;
}
.banner-left,
.banner-right {
    white-space: nowrap;
}

.banner-right{
    /*margin-right:20px;*/
}
.banner-left i{
        font-size: 15px;
    height: 15px;
    display: inline-block;
}
.banner-right i{
        font-size: 15px;
    height: 15px;
    display: inline-block;
}

.banner-left {
        display: flex;
    gap: 6px;
    /* margin-left: 20px; */
    align-items: center;
}
.banner-right {
    display: flex;
    align-items: center;
    gap: 6px;           
    /*margin-right: 20px;*/
}

.banner-left i {
    font-size: 15px;
}

.hoodie-title-price {
    display: flex;
    align-items: center;
    justify-content: space-between; 
}


.hoodie-title-price .price {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: none;
    margin-right: 15px;
}
.price{
    margin-top:10px;
}

.hoodie-title-price h4{
    margin:0;
}


.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.modal-content {
  background: #fff;
  width: 420px;
  padding: 20px;
  margin: 2% auto;
  border-radius: 8px;
  position: relative;
  width:90%;
}


.size-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.size-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s ease;
}

.size-item input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

/* label text */
.size-item span {
  font-size: 14px;
}

/* hover effect */
.size-item:hover {
  background-color: #f7f7f7;
  border-color: #ccc;
}

/* when checkbox is checked, style the wrapper */
.size-item input[type="checkbox"]:checked + span {
  font-weight: 600;
}

/* optional: slightly highlight the entire box when checked */
.size-item input[type="checkbox"]:checked ~ span {
  color: #000;
}


.modal-content label {
  display: block;
  margin-top: 10px;
  font-weight: 600;
}

.modal-content input,
.modal-content select,
.modal-content textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.color-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.c-col {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #000;
}

.close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 24px;
}

.submit-btn {
  margin-top: 15px;
  padding: 10px;
  width: 100%;
  background: #000;
  color: white;
  border: none;
  border-radius: 5px;
}

.form-row {
  display: flex;
  gap: 20px;       
}

.form-field {
  flex: 1;         
  display: flex;
  flex-direction: column;
}
.prod-price{
    margin-top: 10px;
}