.factry-project-fully-automation-block .feature-area {
  padding-top: 90px;
  padding-right: 0;
}

.single-box-title {
  font-size: 17px;
  color: #181818; 
  transition: color 0.5s ease-in-out; 
}

@media (max-width: 1200px) {
  .factry-project-fully-automation-block .feature-area {
    padding-bottom: 120px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .factry-project-fully-automation-block .feature-area {
    padding-bottom: 0;
  }
}

.factry-project-fully-automation-block .feature-area .list-box {
  padding-right: 16.875px;
  padding-left: 16.875px;
  width: 25%;
  flex: 0 0 auto;
}

@media (max-width: 992px) {
  .factry-project-fully-automation-block .feature-area .list-box {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .factry-project-fully-automation-block .feature-area .list-box {
    width: 100%;
  }
}

.factry-project-fully-automation-block .feature-area .single-box {
  border: 2px solid rgba(24, 24, 24, 0.05);
  margin-bottom: 32px;
  padding: 50px 29px 50px 30px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 28px;
  min-height: 266.5px;
}

.factry-project-fully-automation-block .feature-area .single-box .single-box-title a:hover {
  color: #ffffff;
}

@media (max-width: 1600px) {
  .factry-project-fully-automation-block .feature-area .single-box .single-box-title {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .factry-project-fully-automation-block .feature-area .single-box .single-box-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .factry-project-fully-automation-block .feature-area .single-box {
    padding: 30px;
  }
}


.factry-project-fully-automation-block .feature-area .single-box::before {
  content: "";
  background: var(--color-primary); 
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}


.factry-project-fully-automation-block .feature-area .single-box .icon1 {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .factry-project-fully-automation-block .feature-area .single-box .icon1 {
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
  }
}


.factry-project-fully-automation-block .feature-area .single-box .icon1::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: var(--color-primary);
  opacity: 0.1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 0;
  top: 10px;
  transition: background 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .factry-project-fully-automation-block .feature-area .single-box .icon1::before {
    width: 30px;
    height: 30px;
    top: 5px; 
  }
}


.factry-project-fully-automation-block .feature-area .single-box .icon1 img {
  transition: all 0.5s ease-in-out; 
  width: 100%; 
  height: 100%;
  object-fit: contain; 
  position: absolute; 
  left: 0;
  top: 0;
  z-index: 2; 
}


.factry-project-fully-automation-block .feature-area .single-box .icon1 .front-icon {
  opacity: 1; 
  transform: scale(1); 
}


.factry-project-fully-automation-block .feature-area .single-box .icon1 .back-icon {
  opacity: 0; 
  transform: scale(0.9); 
}

.factry-project-fully-automation-block .feature-area .single-box:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.factry-project-fully-automation-block .feature-area .single-box:hover .icon1::before {
  background: rgba(255, 255, 255, 0.5);
}


.factry-project-fully-automation-block .feature-area .single-box:hover .icon1 .front-icon {
  opacity: 0; 
  transform: scale(1.1); 
}

.factry-project-fully-automation-block .feature-area .single-box:hover .icon1 .back-icon {
  opacity: 1; 
  transform: scale(1); 
}


.factry-project-fully-automation-block .feature-area .single-box:hover .single-box-title {
  color: #ffffff;
}
