@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900,1000,1100');
 
 

a{
    text-decoration:none;
}




     body {
      margin: 0;
      font-family: 'Montserrat', sans-serif;
      background: white;
    }

  


    .vdgreen{
    color:#9BCD66;    
    }  


    .vdgreen-title{
        color: #9BCD66; 
        font-size: 18px; 
        font-weight: 500; 
        text-transform: uppercase; 
        word-wrap: break-word
    } 
    .vdblack-title{
        color:#404040;    
        font-size: 56px;
        font-weight: 700; 
        text-transform: uppercase; 
        word-wrap: break-word
    } 

    .vdwhite-title{
        color:white;    
        font-size: 56px;
        font-weight: 700; 
        text-transform: uppercase; 
        word-wrap: break-word
    } 
 
    .vdblack-desc {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
    }

    .mainlogo{
      height: auto;
      width: 160px;
    }


    .hero-title {
      font-size: 2.8rem;
      font-weight: 700;
      text-transform: uppercase;
    }
    .hero-subtitle {
      font-size: 1.2rem;
      font-weight: 500;
      text-transform: capitalize;
    }
    .portfolio-btn {
      background-color: #ADD97D;
      color: #404040;
      font-weight: 500;
      border-radius: 30px;
    }
    .carousel-item img {
      object-fit: cover;
      height: 550px;
    }
      
    .mobile-toggle {
      display: none;
      font-size: 28px;
      cursor: pointer;
      z-index: 1001;
    }

    .Frame427319032 {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }


    .Component67 {
      align-self: stretch;
      height: 1150px;
      position: relative;
      overflow: hidden;
      background: white;
    }

    .Frame427319272 {
      /*width: 1400px;
      left: 120px;*/
      top: 3rem;
      position: absolute;
      display: inline-flex;
      justify-content: flex-start;
      align-items: flex-end;
      gap: 529px;
    }

    .Frame427319218 { 
      display: inline-flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 4px;
    }

     .Frame427319224 {
      max-width: 100%;              /* Full width of the viewport */
      width: 100%;
      /*padding-left: 20px;
      padding-right: 20px;*/
      margin: 0 auto; 
      top: 0;
      position: fixed;
      z-index: 999;
      background: linear-gradient(90deg, white 18%, rgba(255, 255, 255, 0.05) 53%, white 87%);
      backdrop-filter: blur(15px);
      justify-content: space-between;
      align-items: center;
      display: flex;
    }

    .container-header2 {
      max-width: 1400px;            /* Maximum width of 1440px */
      width: 100%;                  /* Makes the container flexible inside the 1440px max */
      margin: 0 auto;               /* Centers the container horizontally */
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      position: relative;
      display: flex;
      z-index: 1000;
      justify-content: space-between;
        align-items: center;
    }

    .container-bodyinfo {
      max-width: 100vw;             
      width: 100%;       
      margin: 0 auto;
        height: inherit;
    }


    .container-bodyinfo-sus {
      max-width: 90vw;             
      width: 100%;       
      margin: 0 auto;
        height: inherit;
        max-height: 900px;
    }



    .store-button {
      height: 40px;
      padding: 10px 20px;
      background: #ADD97D;
      border-radius: 10px;
      display: flex;
      align-items: center;
      color: #404040;
      font-size: 18px;
      font-weight: 500;
      margin-left: 10px;
    }

    /* Responsive styling */
    @media (max-width: 990px) {
      .container-header2 {
        flex-direction: column;
        align-items: flex-start;
      }

      .mobile-toggle {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
      }
      .mobile-cart {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
      }

      #nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        padding-top: 10px; 
      }

      #nav-menu.active {
        display: flex;
      }

      .Frame427319032 > div {
        width: 100%;
        padding: 10px 20px;
      }
 
      .Frame427319014,
      .store-button {
        display: none;
      }
        
        
      
        .mainlogo  {
            width: 140px;
        }
        
     
        .container-header2 {
            padding: 10px 20px!important;
        }
        
        
        .Frame427319224{ 
             background: white; 
            align-items: flex-start
        }
        
            #nav-menu.active {
             height: 99vh;
 
                }
        
    }





      .image-wrapper {
          position: relative;
          display: inline-block;
          margin: 0 5px;
        }

        .image-title {
          position: absolute;
          top: 8px;
          right: 8px;
          background-color: rgba(255, 255, 255, 0.8);
          color: #000;
          padding: 4px 8px;
          border: 2px solid white;
          font-size: 14px;
          font-weight: bold;
          border-radius: 4px;
        }



 @media (min-width: 991px) {

     #showmobile{ display:none;}
     #hidemobile{ display:block;}
     #hidemobile_inline{ display:inline;}


  
}





 @media (max-width: 990px) {

     #showmobile{ display:block;}
     #hidemobile{ display:none;}
     #hidemobile_inline{ display:none;}

     #project-div{
         height:max-content!important;
     }
      #contact_div{ 
         height: max-content!important; 
        }

     
     
    .vdgreen-title{
        color: #9BCD66; 
        font-size: 12px; 
        font-weight: 500; 
        text-transform: uppercase; 
        word-wrap: break-word
    } 
    .vdblack-title{
        color:#404040;    
        font-size: 36px;
        font-weight: 700; 
        text-transform: uppercase; 
        word-wrap: break-word
    } 

    .vdwhite-title{
        color:white;    
        font-size: 36px;
        font-weight: 700; 
        text-transform: uppercase; 
        word-wrap: break-word
    } 

       .image-wrapper img {
        max-width: 210px;
      }
     
     
    .image-wrapper-carousel img {
        max-width: 98vw;
      }
     
     .carousel-item img {
        object-fit: contain!important; 
        height: 100% !important;
        max-width: 98vw!important;
     }
 
    .vdblack-desc {
      font-size: 13px;
      font-weight: 300;
      text-transform: uppercase;
    }
     
     
    .container-header2 {
      max-width: 98vw;         
    }

    .container-bodyinfo {
      max-width: 98vw;              
    }

   .container-bodyinfo-sus {
      max-width: 100vw!important;  
        max-height: 100%!important;
    }

 
     
     .scroller__inner{
         gap: 0.1rem!important;
     }
     
      .image-wrapper { 
          margin: 0 1px!important;
      }
     
     
     .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
     
     
   .story-text{
        width: 100px!important;

    }
 
    .story-text1{
        width: 220px!important;

    }
     
     .ourstoryleft-mobile{
         margin-top: 1rem!important;
     }

        .mb-4 {
            margin-bottom: 0.5rem !important;
        }
     
     
     .container-scoller-iso {
        max-width: 91vw!important; 
    }

     
     .imgiso{        
        margin: 0px 10px;
        max-height: 130px;
        max-width: 100px !important;
     } 
      .col-sm-6 {
            flex: 0 0 50%!important; 
    }
 
     
      .project-card { 
        height: 280px!important;
    }
     
       #modalDesc {
            font-size: 12px!important; 
          }

        .projectgallery{ 
            flex-direction: row!important;  
        }

     .Component67 { 
        height: auto!important;   
    }
     
  
       .span-getprofolio2 span { 
          font-size: 15px!important; 
          font-weight: 500!important;
        }

        .span-getprofolio2{
          padding: 14px 21px!important;
        }

        .span-getprofolio2:before {
          padding: 20px 20px;
          width: 40px;
          height: 40px;
        }
     
     
        .contact-text{
            font-size: 14px!important; 
        }

     
         #contect_div{ 
             background-position: bottom!important;  
        }
     
     
        #sustainability_section{
            min-height: 700px!important;
        }
     
     .mobilenopadding{
         padding: 0px!important;
     }
    
     
        .Frame427319272 {
      top: 30px!important;
    }

      .clients { 
          padding: 2rem 1rem 0rem 1rem!important; 
        }
     

        .contact-container{
            margin-top:0px!important;
        }
     
     
     
     
        .portrait-proj {
          width: 95%!important;
        margin: 0 auto!important;
        } 
     

}



@media (max-width: 320px) { 
   .vdblack-title{  
        font-size: 30px!important; 
    } 

}
     @media (max-width: 500px) {  
            #sustainability_section{
                min-height: 500px!important;
            }
    
  
    }


    .contact-container{
        margin-top:30px!important;
    }

     
     .imgiso{
         max-height: 94px!important;     
         
     }


 
    .container {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 1400px;
      margin: 0 auto;
    }

 
    .story-text{
        width: 140px;

    }
 
    .story-text1{
        width: 430px;

    }



     

        .span-getprofolio{
          position: relative; 
          padding: 12px 23px;
          transition: all 0.2s ease;
          border: none;
          background: none;
          cursor: pointer;
        }

        .span-getprofolio:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          padding: 25px 25px;
          border-radius: 50px;
          background: #9BCD66;
          width: 45px;
          height: 45px;
          transition: all 0.3s ease;
        }

        .span-getprofolio span {
          position: relative; 
          font-size: 18px;
          font-weight: 300;
          letter-spacing: 0.05em;
          color: white;
        }


        .span-getprofolio:hover:before {
          width: 230px;
          background: #9BCD66;
        }

        .span-getprofolio:hover svg {
          transform: translateX(0);
        }

        .span-getprofolio:active {
          transform: scale(0.95);
        }




 

        .span-getprofolio2{
          position: relative; 
          padding: 10px 10px;
          transition: all 0.2s ease;
          border: none;
          background: none;
          cursor: pointer;
        }

        .span-getprofolio2:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          padding: 10px 10px;
          border-radius: 50px;
          background: #9BCD66;
          width: 15px;
          height: 20px;
          transition: all 0.3s ease;
        }

        .span-getprofolio2 span {
          position: relative; 
          font-size: 18px;
          font-weight: 300;
          letter-spacing: 0.05em;
          color: white;
        }


        .span-getprofolio2:hover:before {
          width: 100px;
          background: #9BCD66;
        }

        .span-getprofolio2:hover svg {
          transform: translateX(0);
        }

        .span-getprofolio2:active {
          transform: scale(0.95);
        }









    .Equipment {
      color: #9BCD66;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
    }

    .TechnologyMachinery {
      color: #404040;
      font-size: 56px;
      font-weight: 700;
      text-transform: uppercase;
    } 

    .Frame427319583, .Frame427319581 {
      width: 1440px;
      height: 400px;
      position: absolute;
    }

    .Frame427319575, .Frame427319579 { 
      top: 50px;
      position: absolute;
      display: inline-flex;
      justify-content: flex-start;
      align-items: center;
      gap: 20px;
    }

    .Component58, .Component56, .Component57, .Component63,
    .Component64, .Component65, .Component59, .Component60,
    .Component62, .Component61 {
      width: 285px;
      height: 350px;
      position: relative;
      background: #F5F6F6;
      border-radius: 10px;
      overflow: hidden;
    }

    .Frame427319434, .Frame427319435, .Frame427319436 {
      width: 285px;
      padding: 20px;
      position: absolute;
      top: 0;
      left: 0;
      display: inline-flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 5px;
    }

    .Frame427319578, .Frame427319580 {
      width: 85vw;
      left: 120px;
      top: 0;
      position: absolute;
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
    }

    .Fabrication, .PrintingCutting {
      color: #404040;
      font-size: 28px;
      font-weight: 700;
      text-transform: uppercase;
    }



    .Frame427319461 {
      width: 111px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 20px;
    }

    .Frame427319434 div:first-child,
    .Frame427319435 div:first-child,
    .Frame427319436 div:first-child {
      font-size: 28px;
      color: #404040;
      font-weight: 500;
    }

    .Frame427319434 div:last-child,
    .Frame427319435 div:last-child,
    .Frame427319436 div:last-child {
      font-size: 18px;
      color: #8A8C8E;
      font-weight: 300;
    }

      .gradient-overlay { 
    background: linear-gradient(180deg, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 0.64) 54%, 
        rgba(0, 0, 0, 0.80) 66%, 
        rgba(0, 0, 0, 0.64) 76%, 
        rgba(0, 0, 0, 0) 100%);
  }




  .transport-pill {
    border: 1px solid white;
    border-radius: 10px;
    padding: 6px 12px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
  }
  .timeline-step {
    width: 90px;
    height: 90px;
    border: 1px solid white;
    border-radius: 10px;
    font-size: 56px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  .timeline-line {
    height: 2px;
    background-color: white;
    flex-grow: 1;
  }
  .radial-accent {
    position: absolute;
    width: 260px;
    height: 242px;
    background: radial-gradient(ellipse 50% 46.54% at 50% 50%, #9BCD66 50%, rgba(255, 255, 255, 0) 100%);
    left: -40px;
    top: -60px;
    z-index: 0;
  }

 .clients { 
  padding: 3rem 1rem;
  text-align: center;
}
.container-scoller {
  max-width: 100vw;
  margin: 0 auto;
}

.section-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 0.5rem;
}

.section-description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #444;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.clients-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 1rem;
}

.clients-label {
  color: #9BCD66;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
}

.clients-title {
  color: #404040;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .clients-title {
    font-size: 36px;
  }

  .clients-label {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .clients-title {
    font-size: 28px;
  }

  .clients-label {
    font-size: 12px;
  }
}


/* Container & layout */ 
.contact-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 40px;
  max-width: 399px;
}

.contact-label {
  color: #9BCD66;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
}

.contact-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}

 



 


 
.form-group {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-label {
  background: #ADD97D;
  color: #404040;
  font-weight: 500;
  font-size: 18px;
  border-radius: 18px;
  padding: 6px 20px;
  text-transform: capitalize;
  width: fit-content;
}

.form-input {
  background: #E6E7E7;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 18px;
  color: #404040;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  min-width: 0;
  resize: vertical;
}

.form-input::placeholder {
  color: #8A8C8E;
  opacity: 0.5;
}

/* Button */
.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ADD97D;
  color: #404040;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  border: none;
  border-radius: 18px;
  padding: 10px 30px;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background: #8FB85E;
}

.btn-icon {
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-title {
    font-size: 36px;
  }

  .contact-label {
    font-size: 14px;
  }

  .form-group {
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
  .contact-title {
    font-size: 28px;
  }

  .contact-label {
    font-size: 12px;
  }
}
 
 
 

.form-label-contact {
  position: relative; 
  padding: 10px 20px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.form-label-contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #9BCD66;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.form-label-contact span {
  position: relative; 
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: black;
}

 

.form-label-contact2 {
  position: relative; 
  padding: 5px 20px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.form-label-contact2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #ADD97D;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease;
}

.form-label-contact2 span {
  position: relative; 
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: black;
}


 
 

.contact-label-connect{
  position: relative; 
  padding: 12px 23px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.contact-label-connect:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 26px 25px;
  border-radius: 50px;
  background: #ADD97D;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.contact-label-connect span {
  position: relative; 
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: black;
}


.contact-label-connect:hover:before {
  width: 200px;
  background: #ADD97D;
}

.contact-label-connect:hover svg {
  transform: translateX(0);
}

.contact-label-connect:active {
  transform: scale(0.95);
}

 

.contact-label-connect2{
  position: relative; 
  padding: 5px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.contact-label-connect2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 5px 18px;
  border-radius: 50px;
  background: #9BCD66;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease;
}

.contact-label-connect2 span {
  position: relative; 
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: black;
}


.contact-label-connect2:hover:before {
  width: 150px;
  background: #9BCD66;
}

.contact-label-connect2:hover svg {
  transform: translateX(0);
}

.contact-label-connect2:active {
  transform: scale(0.95);
}

.contact-text{
    font-size: 15px;
    color: #404040; 
    font-family: Montserrat; 
    font-weight: 300; 
}



    #contect_div{
     background-image: url('../image/07Contact/BG.png'); 
     background-position: left; 
     height: max-content;
     background-repeat: no-repeat;
    }
    

.clientbrand{
    opacity:0.5;
    width: 150px;
}


.clientbrand:hover{
    opacity:1;
}

        
        .hidemini {
          display: inline;
        }
 
        
        

@media (max-width: 1371px) {
    .d-none{
        display:none!important;
    }
    
}

@media (max-width: 768px) {
    .clientbrand{
        opacity:0.5;
        width: 120px;
    }
    
    
     .brandcol{
         padding: 0px 0px;
     }

    
    
}
@media (max-width: 407px) {
    .clientbrand { 
        width: 110px;
    }
}

@media (max-width: 375px) {
    .clientbrand { 
        width: 100px;
    }
}


@media (max-width: 410px) { 
        .hidemini {
          display: none!important;
        }
}

/*---equiment--*/
    
 #slider-printmec {
      border: 1px solid transparent; 
      width: 100vw; 
      overflow: hidden;
     margin-left: -15px;
    }

    #slider-printmec ul {
      width: auto;   
      margin-top: 15px;
      list-style: none;
      padding: 0;
      display: flex;
    }

    #slider-printmec li {
      list-style: none;
      margin-left: 15px;
    }

    #slider-printmec img, .x {
      width: 120px;
      height: 120px;
      object-fit: cover;
    }
      
       

    
 #slider-febmec {
      border: 1px solid transparent; 
      width: 100vw; 
      overflow: hidden;
     margin-left: -15px;
    }

    #slider-febmec ul {
      width: auto;   
      margin-top: 15px;
      list-style: none;
      padding: 0;
      display: flex;
    }

    #slider-febmec li {
      list-style: none;
      margin-left: 15px;
    }

    #slider-febmec img, .x {
      width: 120px;
      height: 120px;
      object-fit: cover;
    }
      
       


 .general-container-mec {
  display: flex;
  height: 21rem; 
  max-width: 100vw;
  width: 100vw;
  justify-content: space-between;
}

.radio-mec {
  display: none;
}

.content-mec {
  background: #F5F6F6;
  background-image: url("assets/image/04Equipment/print/trans/01X5r.png");
  background-size: cover;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 10px;
  cursor: pointer;
  width: 258px;  /* Default width */
  margin-right: 0.8rem;
  overflow: hidden;
  position: relative;
  height: 390px; /* Fixed height */
  transition: all 0.5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
  display: flex;
  flex-direction: column; /* Ensure vertical stacking of text */
  justify-content: space-between; /* Keep the content aligned properly */
}

.content-mec::before {
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.content-mec > * {
  position: relative;
  z-index: 1;
}
 
.content-mec:nth-of-type(2) {
  background: transparent;
  background-image: url("assets/image/04Equipment/P02.png");
  background-position: right;
}

.content-mec:nth-of-type(3) {
  background: transparent;
  background-image: url("assets/image/04Equipment/P03.png");
  background-position: right;
}

.content-mec:nth-of-type(4) {
  background: transparent;
  background-image: url("assets/image/04Equipment/P04.png");
  background-position: right;
}

.content-mec:nth-of-type(5) {
  background: transparent;
  background-image: url("assets/image/04Equipment/P05.png");
  background-position: right;
}

.content-mec:nth-of-type(6) {
  background: transparent;
  background-image: url("assets/image/04Equipment/P06.png");
  background-position: right;
}

.content-mec:nth-of-type(7) {
  background: transparent;
  background-image: url("assets/image/04Equipment/P07.png");
  background-position: right;
}

.content-mec:nth-of-type(8) {
  background: transparent;
  background-image: url("assets/image/04Equipment/P08.png");
  background-position: right;
}
.card-title-mec ,.card-title-mecfab {
  bottom: 1.2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 1;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.62, 0.40, 0.95) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.6rem;
  line-height: 1.2;
}

.title-card-mec ,.title-card-mecfab {
  top: 2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 1;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.60, 0.42, 0.94) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.6rem;
}

.subtitle-mec ,.subtitle-mecfab {
  font-size: 1rem;
  white-space: normal;
}

.subsubtitle-mec ,.subsubtitle-mecfab {
  font-size: 0.85rem;
}

.paddT-mec ,.paddT-mecfab {
  padding-left: 3rem;
  padding-right: 3rem;
}

.radio-mec:checked + .content-mec {
  border-radius: 10px; 
  width: 690px; /* Expanded width */
  height: 390px; /* Fixed height */
  display: flex;
  flex-direction: column; /* Keep content stacked vertically */
  justify-content: space-between; /* Ensure title and subtitle space is consistent */
}


.radio-mec:checked + .content-mec > .TechnicallyAdvanced52mUvLedRollToRollPrinter{
  opacity: 1;
  transform: translateX(0);
}


.radio-mec:checked + .content-mec > .card-title-mec,
.radio-mec:checked + .content-mec > .Frame427319434 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: none;
}


/* When radio button is checked, show TechnicallyAdvanced52mUvLedRollToRollPrinter */
.radio-mec:checked + .content-mec .TechnicallyAdvanced52mUvLedRollToRollPrinter {
  opacity: 1;
  transform: translateX(0);
}

 
 


.marg-bott-mec ,.marg-bott-mecfab {
  margin-bottom: 1.5rem;
}

 
      
   
      
 .general-container-mecfab {
  display: flex;
  height: 21rem; 
  max-width: 100vw;
  width: 100vw;
  justify-content: space-between;
}

.radio-mecfab {
  display: none;
}

.content-mecfab {
  background: #F5F6F6;
  background-image: url("../image/04Equipment/print/trans/01X5r.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  border-radius: 10px;
  cursor: pointer;
  width: 258px;  /* Default width */
  margin-right: 0.8rem;
  overflow: hidden;
  position: relative;
  height: 390px; /* Fixed height */
  transition: all 0.5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
  display: flex;
  flex-direction: column; /* Ensure vertical stacking of text */
  justify-content: space-between; /* Keep the content aligned properly */
}   
.content-mecfab::before {
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.content-mecfab > * {
  position: relative;
  z-index: 1;
}

 

.content-mecfab:nth-of-type(2) {
  background: transparent;
  background-image: url("assets/image/04Equipment/P02.png");
  background-position: left;
}

.content-mecfab:nth-of-type(3) {
  background: transparent;
  background-image: url("assets/image/04Equipment/P03.png");
  background-position: left;
}

.content-mecfab:nth-of-type(4) {
  background: transparent;
  background-image: url("assets/image/04Equipment/P04.png");
  background-position: left;
}

.content-mecfab:nth-of-type(5) {
  background: transparent;
  background-image: url("assets/image/04Equipment/P05.png");
  background-position: left;
}

.content-mecfab:nth-of-type(6) {
  background: transparent;
  background-image: url("assets/image/04Equipment/P06.png");
  background-position: left;
}

.content-mecfab:nth-of-type(7) {
  background: transparent;
  background-image: url("assets/image/04Equipment/P07.png");
  background-position: left;
}

.content-mecfab:nth-of-type(8) {
  background: transparent;
  background-image: url("assets/image/04Equipment/P08.png");
  background-position: left;
}

      

.TechnicallyAdvanced52mUvLedRollToRollPrinter{
  top: 70px;
  color: #8A8C8E;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.60, 0.42, 0.94) 300ms;
  transition-property: opacity, transform;
  user-select: none;
        width: 410px;
  /*white-space: nowrap; */
}

      

.TechnicallyAdvanced52mUvLedRollToRollPrinterlonger{
  top: 110px;
  color: #8A8C8E;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.60, 0.42, 0.94) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap; 
}


      

/* When radio button is checked, show TechnicallyAdvanced52mUvLedRollToRollPrinter */
.radio-mecfab:checked + .content-mecfab .TechnicallyAdvanced52mUvLedRollToRollPrinter ,
.radio-mecfab:checked + .content-mecfab .TechnicallyAdvanced52mUvLedRollToRollPrinterlonger {
  opacity: 1;
  transform: translateX(0);
}

/* Adjust content-mecfab size and appearance when checked */
.radio-mecfab:checked + .content-mecfab {
  border-radius: 10px; 
  width: 420px; /* Expanded width */
  height: 390px;
}



.radio-mec:checked + .content-mecfab > .TechnicallyAdvanced52mUvLedRollToRollPrinter{
  opacity: 1;
  transform: translateX(0);
}





























 #project-div {
      color: white;
      height: max-content;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transition: background-image 0.5s ease-in-out;
      padding:15px 0px;
    }
  

    .country-btn { 
      opacity: 0.5;
        cursor: pointer;
        margin: 8px 0px
    }

    .country-btn.active { 
      opacity: 1;
      color: white;
    }

    .landscape-proj {
      width: 100%;
      height: 340px;
      object-fit: cover;
      border-radius: 10px;
    }

    .portrait-proj {
      width: 100%;
      height: 420px;
      object-fit: cover;
      border-radius: 10px;
    }

    .project-text {
      font-size: 14px;
      margin-top: 5px;
    }

    .title-text {
      font-weight: bold;
      font-size: 45px;
      line-height: 1.2;
    }

    .section-header {
      font-size: 14px;
      color: #ADD97D;
    }

    .btn-outline-light {
      border-color: white;
      color: white;
    }

    .bg-overlay {
      padding: 30px 0px;
      min-height: max-content;
    }

    /* Dot Navigation */
    .dot-proj-container {
  transition: all 0.3s ease-in-out;
      display: flex;
      justify-content: center;
      margin-top: 20px;
      gap: 10px;
            float: right;
    }

    .dot-proj {
      height: 12px;
      width: 12px;
      background-color: grey;
      border-radius: 50px;
      transition: width 0.5s ease, background-color 0.5s ease, border-radius 0.5s ease;
      cursor: pointer;
      position: relative;
    }

    .dot-proj:hover {
      background-color: rgba(255, 255, 255, 0.6);
    }

    .dot-proj.active {
      width: 14px;
      height: 14px;
      border-radius: 15px;
      background-color: #ADD97D;
    }
      
      
      .project-card {
          position: relative;
          border-radius: 5px;
          overflow: hidden;
        }

        .project-card img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

        .project-info {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 15px;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent)!important;
          color: white;
          font-size: 13px;
        }

        .project-title {
          font-weight: bold;
          font-size: 14px;
            text-transform: uppercase;
        }

        .project-desc {
          font-size: 12px;
          opacity: 0.8;
            text-transform: uppercase;
        }

        #modalDesc { 
            text-transform: uppercase;
        }


        .projectgallery{
            display: flex; 
            flex-direction: column; 
            align-items: flex-start;
        }


        .span-switchcountry{
          position: relative; 
          padding: 12px 23px;
          transition: all 0.2s ease;
          border: none;
          background: none;
          cursor: pointer;
        }

        .span-switchcountry:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          padding: 25px 25px;
          border-radius: 50px;
          background: #9BCD66;
          width: 45px;
          height: 45px;
          transition: all 0.3s ease;
        }

        .span-switchcountry span {
          position: relative; 
          font-size: 18px;
          font-weight: 300;
          letter-spacing: 0.05em;
          color: white;
        }


        .span-switchcountry:hover:before {
          width: 215px;
          background: #9BCD66;
        }

        .span-switchcountry:hover svg {
          transform: translateX(0);
        }

        .span-switchcountry:active {
          transform: scale(0.95);
        }



        #sustainability_section{
            min-height: 800px;
        }


      .modal-content {
          background-color: #000; /* keep it dark */
          color: #fff;
          border: none;
          border-radius: 0;
        }

        #mainModalImage {
          max-height: 75vh;
          object-fit: contain;
        }

        #modalThumbnailContainer img:hover {
          border: 2px solid white;
        }

        #modalDesc {
            font-size: 0.95rem;
            line-height: 1.4;
            color: #ddd;
          }





.linkhover:hover{
    color:black!important;
    cursor: pointer;
}



.btnhover:hover{
    color:black!important;
    cursor: pointer;
    background-color: #9BCD66;
}



 
.timeline-desc {
    width: 200px;
    max-width: 200px;
    text-align: left;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-48px);
    z-index: 2;       /* Ensure it's above line */
}
.timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

      

.timeline-step {
  cursor: pointer;
  margin-top: -50px;
  position: relative;
  display: inline-block;
  color: #ffffff;  /* Default text color */
  overflow: hidden;
  transition: color 0.5s ease; /* Smooth transition for text color */
}

.timeline-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ADD97D 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.5s ease; /* Animate the gradient position */
  z-index: -1; /* Ensure the pseudo-element is behind the text */
}

 
/* Timeline line styling */
.timeline-line { 
  background: linear-gradient(to right, #ddd 50%, #ADD97D 50%);
  background-size: 200% 100%;  /* Makes the green color fill only 50% initially */
  
}


.timeline-step.active {
  color: #ADD97D; /* Green text when active */
}

.timeline-step.active::before {
  background-position: 0 0; /* Move the gradient to reveal the green color */
}

.timeline-step.inactive {
  color: #ffffff;  /* White text when inactive */
}


#gif-background {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the GIF fills container without distortion */
  transition: opacity 0.5s ease;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; /* behind other content */
}
#gif-background.gif-hidden {
  opacity: 0;
}
  

 
.footerlist{
    gap:7rem;
}

@media (max-width: 990px) { 
    .footerlist{
        gap:7rem!important;
    }
}

@media (max-width: 580px) { 
.footerlist{
    gap:1.5rem!important;
}

.footer-text{
    font-family: Montserrat; 
    font-weight: 300; 
    font-size: 12px!important;
}
.footer-title{
   font-family: Montserrat; 
    font-weight: 500;
    font-size: 0.85rem;
}



}

.footer-text{
    font-family: Montserrat; 
    font-weight: 300; 
    font-size: 14px;
}
.footer-title{
   font-family: Montserrat; 
    font-weight: 500;
    font-size: 1rem;
}





 












.scroller {
  max-width: 100%;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.scroller[data-animated="true"] {
  overflow: hidden; 
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}


.scroller__inner {
  scroll-behavior: smooth;
}


/* general styles */

:root {
  --clr-neutral-100: hsl(0, 0%, 100%);
  --clr-primary-100: hsl(205, 15%, 58%);
  --clr-primary-400: hsl(215, 25%, 27%);
  --clr-primary-800: hsl(217, 33%, 17%);
  --clr-primary-900: hsl(218, 33%, 9%);
}

















.container-scoller-iso {
 /* max-width: 580px;
    float: right;*/
}
 



