.yawei-foot {
  background-color: #000000;
  color: #7D7D7D;
  padding: 140px 0 30px 0;

}
.yawei-foot .container {
  max-width: 1500px;
}

.yawei-foot .footer-main {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #525252;
}

.yawei-foot .footer-logo {
  display: block;
  margin-bottom: 30px;
}

.yawei-foot .footer-logo img {
  max-width: 300px;
  max-height: 60px;
  height: auto;
  object-fit: contain;
}

.yawei-foot .footer-nav .nav-link {
  color: #7D7D7D;
  font-size: 18px;
  line-height: 2.6;
  transition: color 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.yawei-foot .footer-nav .nav-link .iconfont {
  color: #E6002D;
  opacity: 0;
  width: 0;
  transition: width 0.3s ease, opacity 0.2s ease;
  margin-right: 0;
  font-size: 24px;
}

.yawei-foot .footer-nav .nav-link:hover .iconfont {
  opacity: 1;
  width: 30px; /* Adjust width as needed */
  margin-right: 15px;
}

.yawei-foot .footer-nav .nav-link span {
  transition: transform 0.3s ease;
}

.yawei-foot .footer-nav .nav-link:hover {
  color: #FFFFFF;
}

.yawei-foot .footer-contact h5 {
  color: #E6E6E6;
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: 400;
}

.yawei-foot .footer-contact p {
  font-size: 18px;
  line-height: 30px;
}

.yawei-foot .footer-contact p strong {
  font-weight: 400;
}

.yawei-foot .footer-bottom {
  padding-top: 50px;
}

.yawei-foot .copyright-text {
  font-size: 18px;
  margin: 0;
  text-align: center;
}

.yawei-foot .social-links {
  text-align: left;
  margin-top: 20px;
}

.yawei-foot .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #525252;
  border-radius: 50%;
  color: #7D7D7D;
  margin-right: 15px;
  transition: all 0.3s ease;
  font-size: 18px;
}

.yawei-foot .social-icon:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .yawei-foot{
    padding-top: 80px;
  }
  .yawei-foot .footer-bottom{
    padding-top: 20px;
  }
  .yawei-foot .footer-logo-area {
    margin-bottom: 40px;
    text-align: center;
  }
  .yawei-foot .footer-logo-area .social-links {
    text-align: center;
  }
  .yawei-foot .footer-nav {
    margin-bottom: 40px;
    text-align: center;
  }
  .yawei-foot .footer-nav .row .col-6 {
    text-align: left;
  }
  .yawei-foot .footer-bottom {
    text-align: center;
  }
  .yawei-foot .copyright-text {
    margin-bottom: 20px;
  }
  .yawei-foot .social-links {
    text-align: center;
  }
  .yawei-foot .social-icon {
    margin: 0 7px;
  }
}
  @media screen and (max-width: 768px) {
    .about-menu ul li {
        height: 36px;
        line-height: 36px;
        margin: 10px 5px 5px;
    }
}

@media (max-width: 767px) {

  .yawei-foot{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .yawei-foot .footer-contact h5{
    margin-bottom: 25px;
  }
  .yawei-foot .footer-main {
    text-align: center;
  }
  .yawei-foot .footer-nav .row .col-6 {
    text-align: left;
  }
  .yawei-foot .footer-bottom {
    text-align: center;
  }
  .yawei-foot .copyright-text {
    margin-bottom: 20px;
  }
  .yawei-foot .social-links {
    text-align: center;
  }
  .yawei-foot .social-icon {
    margin: 0 7px;
  }
  .yawei-foot .footer-logo img {
    max-width: 200px;
  }
  .yawei-foot .footer-nav .nav-link {
    justify-content: center;
  }
}
