/* General Styles */
body {
  font-family: 'Noto Sans SC', sans-serif;
  margin:10;
  padding:10;
  color: #333;
  line-height: 1.6rem;
}

a {
  text-decoration: none;
  color: #007bff;
}

a:hover {
  color: #0056b3;
}

/* Navbar Styles */
.navbar-brand img {
  max-height: 50px;
}

.nav-link {
  font-size: 1rem;
  margin-right: 1rem;
  transition: color 0.3s;
}

.nav-link:hover {
  color: #0056b3;
}

/* Hero Section */
#section1 {
  background: linear-gradient(to right, #1e4ba0, #1e4ba0);
  color: #fff;
}

#section1 h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

/* About Section */
#section3 img {
  border-radius: 10px;
}

/* Services Section */
#section5 .text-center img {
  width: 128px;
  height: 128px;
}

#section5 h4 {
  margin-top: 1rem;
  font-size: 1.25rem;
}

/* Footer */
footer {
  background-color: #333;
  color: #fff;
  padding: 1rem 0;
}

footer p {
  margin: 0;
  font-size: 0.875rem;
}
.fade-in-left {
        opacity: 0;
        transform: translateX(-20px);
        transition: all 0.6s ease-in-out;
      }
.fade-in-right {
        opacity: 0;
        transform: translateX(20px);
        transition: all 0.6s ease-in-out;
      }
.fade-in-up {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.6s ease-in-out;
      }
.fade-in-left.visible, .fade-in-right.visible, .fade-in-up.visible {
        opacity: 1;
        transform: translateX(0);
        transform: translateY(0);
      }
      .partner-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
      }

      .partner-logo img {
        max-width: 300px;
        height: auto;
        object-fit: contain;
        margin: 20px;
      }
	  .yqljbg { 
	    display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        background-image: url('../img/hzbg.png');
        background-repeat: repeat-x;
        background-size: auto;
		background-position: bottom;
      }