.hero-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.hero-caption h2 {
    padding-right: 20px;
}
.hero-slide img {
    width: 100%;
}
.hero-caption .elementor-button:hover, .hero-caption .elementor-button:hover svg {
    background-color: #fff;
    color: #000000;
    fill: #000000;
}
.hero-caption .elementor-button {
    display: flex;
    margin-top: 20px;
    background-color: var(--e-global-color-secondary);
    color: #fff;
    border-radius: 0px 0px 16px 0px;
    gap: 10px;
    padding: 13px 26px;
}
.swiper-button-next,
.swiper-button-prev {
    background: #0000008f;
    height: 50px;
    width: 32px;
    border-radius: 4px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
}
.swiper-pagination {
    bottom: -35px !important;
}
@media only screen and (max-width: 767px) {
.hero-caption {
    padding-top: 20px;
    position: static;
    align-items: center;
}
.hero-caption h2 {
    padding-right: 0;
}
.hero-caption .elementor-button {
    border-radius: 10px;
}
}
