.elementor-746 .elementor-element.elementor-element-a519271{--display:flex;}/* Start custom CSS for html, class: .elementor-element-16cd435 */<style>
.geely-carousel .slide {
  position: relative;
  overflow: hidden;
}
.geely-carousel .slide img {
  width: 100%;
  height: auto;
  display: block;
}
.geely-carousel .button {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}
.geely-carousel .button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.geely-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.geely-carousel .owl-nav button {
  background: none;
  border: none;
  font-size: 40px;
  color: #fff;
}
</style>/* End custom CSS */