.yuanzhi-homebanner-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 30px;
}

.yuanzhi-homebanner-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 600px;
}

.yuanzhi-homebanner-slide {
  min-width: 100%;
  position: relative;
}

.yuanzhi-homebanner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yuanzhi-homebanner-content {
  position: absolute;
  bottom: 10px;
  left: 50px;
  color: white;
  max-width: 500px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 5px;
}

.yuanzhi-homebanner-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}

.yuanzhi-homebanner-content p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.yuanzhi-homebanner-btn {
  display: inline-block;
  background-color: #01447a;
  color: white;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.yuanzhi-homebanner-btn:hover {
  background-color: #dc151a;
  text-decoration: none !important;
  color: white;
}

.yuanzhi-homebanner-navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.yuanzhi-homebanner-dot {
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.yuanzhi-homebanner-dot.active {
  background-color: white;
}

.yuanzhi-homebanner-prev,
.yuanzhi-homebanner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.yuanzhi-homebanner-prev:hover,
.yuanzhi-homebanner-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.yuanzhi-homebanner-prev {
  left: 20px;
}

.yuanzhi-homebanner-next {
  right: 20px;
}

.yuanzhi-homebanner-social {
  position: fixed;
  left: 0;
  top: 80%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1px;
  z-index: 100;
}

.yuanzhi-homebanner-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: black;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s;
}

.yuanzhi-homebanner-social a:hover {
  background-color: #333;
}

.yuanzhi-homebanner-contact {
  position: fixed;
  right: 0;
  top: 80%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 100;
}

.yuanzhi-homebanner-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 20px 0 0 20px;
}

.yuanzhi-homebanner-contact .yuanzhi-homebanner-whatsapp {
  background-color: #25d366;
}

.yuanzhi-homebanner-contact .yuanzhi-homebanner-quote {
  background-color: #333;
  font-size: 13px;
  padding-left: 30px;
  padding-left: 40px;
}

.yuanzhi-homebanner-contact .yuanzhi-homebanner-phone {
  background-color: rgb(206, 203, 203);
}
