.product-hero {
  background-image: url("../../assets/images/gywm-bg1.png");
}

.about-us-content {
  background-color: #F6F7F9;
  padding: 4rem 0;
}
.about-us-content .row {
  justify-content: space-around;
  margin-top: 0;
}
.about-us-content .section-subtitle {
  font-size: 30px;
  color: #404040;
  margin-bottom: 5px;
}
.about-us-content .section-titles {
  font-size: 30px;
  color: #202124;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.about-us-content .section-content {
  margin-top: 38px;
}
.about-us-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #999999;
}
.about-us-content .section-box-right .img-fluid {
  max-width: 90%;
  height: auto;
  transition: transform 0.5s ease;
  margin-left: 20px;
}
.about-us-content .section-box-right .img-fluid:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .about-us-content {
    padding: 2rem 0;
  }
  .about-us-content .section-subtitle {
    font-size: 24px;
  }
  .about-us-content .section-titles {
    font-size: 24px;
  }
  .about-us-content p {
    font-size: 14px;
  }
  .about-us-content .row {
    gap: 2rem;
  }
}

.certificates {
  padding: 4rem 0;
}
.certificates .certificate-slider {
  margin-top: 40px;
  max-width: 100%;
}
.certificates .certificate-item:nth-child(odd) {
  transform: translateY(10px);
}
.certificates .certificate-item:nth-child(even) {
  transform: translateY(-10px);
}
.certificates .certificate-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.certificates .certificate-item img:hover {
  transform: scale(1.05);
}
.certificates .btn-outline-primary {
  border-color: #165DFF;
  color: #165DFF;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.certificates .btn-outline-primary:hover {
  background-color: #165DFF;
  color: #fff;
}
.certificates .cert-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.certificates .cert-dot.active {
  background-color: #165DFF;
}
.certificates .fa-chevron {
  margin-top: 40px;
}

.stats {
  padding: 4rem 0;
  background-color: #165DFF;
  color: #fff;
}
.stats .section-titles {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.stats .stat-item {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 2rem;
  transition: transform 0.3s ease;
}
.stats .stat-item:hover {
  transform: translateY(-5px);
}
.stats .stat-number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.stats .stat-text {
  font-size: 1.1rem;
  opacity: 0.9;
}
.stats .btn-light {
  background-color: #fff;
  color: #165DFF;
  padding: 0.75rem 2rem;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.stats .btn-light:hover {
  background-color: #f8f9fa;
  color: #0d47a1;
}

.footer {
  background-color: #111111;
}

@media (max-width: 992px) {
  .about-us-hero {
    height: 350px;
  }
  .about-us-content .col-lg-6 {
    margin-bottom: 2rem;
  }
  .certificates .certificate-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .about-us-hero {
    height: 300px;
  }
  .about-us-hero h1 {
    font-size: 2.5rem;
  }
  .about-us-hero p {
    font-size: 1rem;
  }
  .section-titles {
    font-size: 2rem;
  }
  .certificates .certificate-item {
    width: 50%;
  }
  .cert-dot {
    display: none !important;
  }
  .stats .col-lg-3 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .about-us-hero {
    height: 250px;
  }
  .cert-dot {
    display: none;
  }
  .about-us-hero h1 {
    font-size: 2rem;
  }
  .certificates .certificate-item {
    width: 100%;
  }
}
/*# sourceMappingURL=aboutUs.min.css.map */
