#we-are {
  background: #f9f9f9;
  padding: 60px 0;
}

#we-are .title {
  text-align: center;
  margin-bottom: 40px;
}

#we-are h2 {
  font-size: 36px;
  color: #0056d2;
  font-weight: 700;
  margin-bottom: 10px;
}

#we-are h1 {
  font-size: 20px;
  color: #444;
  font-weight: 400;
}

.we-are-block {
  text-align: center;
  padding: 25px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.we-are-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.we-are-block i {
  background: #222;
  color: #0066cc;
  font-size: 26px;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 15px;
  display: inline-block;
}

.icon-title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 10px;
}

.icon-title h4 {
  font-size: 16px;
  color: #999;
  margin: 0;
}

.icon-title h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #111;
}

.we-are-block p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
/* Optimized Core Services */
      #features {
         background-color: #f4f6fa;
         padding: 60px 0;
      }
      #features .title {
         text-align: center;
         margin-bottom: 40px;
      }
      #features h1 {
         font-size: 32px;
         font-weight: 700;
         color: #333;
      }
      #features h1 .color {
         color: #0066cc;
      }
      #features p {
         color: #666;
         font-size: 15px;
         margin-bottom: 10px;
      }
      .feature {
         background: #fff;
         border-radius: 10px;
         padding: 20px;
         margin: 15px 0;
         box-shadow: 0 2px 10px rgba(0,0,0,0.05);
         transition: all 0.3s ease-in-out;
         display: flex;
         align-items: flex-start;
         gap: 15px;
      }
      .feature:hover {
         transform: translateY(-5px);
         box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
      }
      .feature-icon i {
         font-size: 30px;
         color: #0066cc;
         background: #e9f0fb;
         padding: 14px;
         border-radius: 50%;
         width: 60px;
         height: 60px;
         display: flex;
         align-items: center;
         justify-content: center;
      }
      .features-title h3 {
         font-size: 18px;
         font-weight: 600;
         color: #222;
         margin-bottom: 5px;
      }
      .features-title p {
         font-size: 14px;
         color: #555;
         line-height: 1.5;
         margin: 0;
      }
      .feature-coverage{
         margin-top:-20px;
      }
      .service-item{
         font-size: 16px !important;
      }
      .logo img{
         @media only screen and (max-width: 768px) {
            width: 150%;
         }
         @media only screen and (min-width: 768px) {
            width: 100%;
         }
      }
      #mobile-menu{
         color:black;
      }
      #services{
         @media only screen and (max-width: 767px) {
            display: none;
         }
      }
      .slide-container{
         @media only screen and (max-width: 767px) {
            margin-top: 100px;
         }
         @media (min-width: 1200px){
            margin-top: -70px;
         }
      }
      .slider__btn{
         background-color: rgb(112, 134, 70);
         width: 100%;
      }
      .title-text {
         text-align: center;
         margin-bottom: 20px;
      }
      .banner__thumb img{
         width: 40%;
         float: right;
      }
      .center-text{
         text-align: left;
      }
      .we-are-block .pull-left img:hover{
         width: 120%;
      }
      .we-are-block .pull-left img{
         width: 100%;
      }
      .we-are-block p:hover{
         font-weight: bolder;
         color: black;
      }
      .we-are-block p{
         font-weight: 100;
         color: rgb(78, 77, 77)
      }
      #banner-video{
         width: 100%;
      }
      #video-area{
         height: auto !important;
      }
      #skills {
         background-color: #f9f9f9;
         padding: 60px 0;
      }
      #skills h1 {
         font-size: 32px;
         color: #0056d2;
         font-weight: 700;
      }
      #skills p {
         color: #666;
         font-size: 16px;
      }
      #skills .form-label {
         font-weight: 600;
         font-size: 16px;
         margin-bottom: 6px;
      }
      #skills .progress-bar {
         background-color: #17a2b8;
         font-weight: 600;
      }
      .product-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.product-box .product-info {
  padding: 16px;
  text-align: center;
}

.product-box .product-info h4 {
  font-size: 16px;
  font-weight: bold;
  color: #004b97;
  margin-bottom: 8px;
}

.product-box .product-info p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.product-box .product-image img {
  width: 100%;
  height: 180px;           /* 统一高度 */
  object-fit: cover;       /* 自动裁剪并填满 */
  border-radius: 10px 10px 0 0;
}
.hot-products .product-card {
      flex: 0 0 180px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06);
      transition: transform 0.3s;
    }
    .hot-products .product-card:hover {
      transform: translateY(-5px);
    }
    .hot-products .product-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 12px;
    }
    .hot-products .product-image {
      position: relative;
      height: 220px;
      width: 100%;
      background-color: #f6f8fc;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
    }
    .hot-products .product-image img {
      max-height: 100%;
      max-width: 100%;
      object-fit: contain;
    }
    .hot-products .product-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: #007bff;
      color: white;
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 20px;
      font-weight: bold;
    }
    .hot-products .product-info {
      padding: 4px 10px 0;
      text-align: center;
      margin-top: 4px;
    }
    .hot-products .product-info h4 {
      margin: 0;
      font-size: 16px;
      color: #004b97;
    }
    .hot-products .product-info a {
      text-decoration: none;
      color: inherit;
    }
    .product-box {
    min-height: unset;
    }