.section-hero-02 .hero-02__slider {
  overflow: hidden;
}

.section-hero-02 .hero-02__slider .swiper-slide {
  height: auto;
  opacity: 0 !important;
  padding: 0 0 10px;
  visibility: hidden;
}

.section-hero-02 .hero-02__slider .swiper-slide-active,
.section-hero-02 .hero-02__slider .swiper-slide-duplicate-active {
  opacity: 1 !important;
  visibility: visible;
}

.section-hero-02 .hero-02__pagination {
  align-items: center;
  bottom: 36px !important;
  display: inline-flex;
  gap: 8px;
  justify-content: flex-start;
  left: 15px !important;
  position: absolute;
  width: auto !important;
}

.section-hero-02 .hero-02__pagination .swiper-pagination-bullet {
  background-color: rgba(var(--theme-color2-rgb), 0.22);
  height: 10px;
  margin: 0 !important;
  opacity: 1;
  width: 10px;
}

.section-hero-02 .hero-02__pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-color2);
}

.section-hero-02 .hero-02__description {
  max-width: 560px;
  text-transform: none;
}

.section-hero-02 .hero-02__title {
  font-size: 60px;
  line-height: 85px;
  margin-bottom: 30px;
  max-width: 720px;
  text-transform: capitalize;
}

.section-hero-02 .hero-02__actions {
  flex-wrap: wrap;
}

.section-hero-02 .hero-02__secondary--link {
  color: var(--headings-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.section-hero-02 .hero-02__secondary--link:hover {
  color: var(--theme-color2);
}

.section-hero-02 .hero-02__secondary--button {
  background-color: transparent;
  border: 1px solid var(--headings-color);
  color: var(--headings-color);
}

.section-hero-02 .hero-02__secondary--button:hover {
  border-color: transparent;
}

.section-hero-02 .hero-02__media {
  min-height: 100%;
}

.section-hero-02 .hero-02__main-image {
  display: block;
  height: auto;
}

.section-hero-02 .hero-02__badge-card {
  align-items: center;
  background-color: var(--theme-color-white);
  border-radius: 18px;
  box-shadow: 0 18px 45px -28px rgba(19, 16, 34, 0.28);
  color: var(--headings-color);
  display: inline-flex;
  gap: 10px;
  min-width: 150px;
  padding: 12px 18px;
}

.section-hero-02 .hero-02__badge-card i {
  color: var(--theme-color2);
  font-size: 18px;
}

.section-hero-02 .hero-02__badge-label {
  display: inline-block;
  font-family: var(--title-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  .section-hero-02 .image-column {
    display: block !important;
    margin-top: 40px;
  }

  .section-hero-02 .hero-02__pagination {
    bottom: 20px !important;
  }

  .section-hero-02 .hero-02__media {
    margin: 0 auto;
    max-width: 520px;
  }

  .section-hero-02 .hero-02__badge--info1,
  .section-hero-02 .hero-02__badge--info2,
  .section-hero-02 .hero-02__badge--info3,
  .section-hero-02 .star1,
  .section-hero-02 .star2,
  .section-hero-02 .circle-bg {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-hero-02 .hero-02__actions {
    gap: 16px;
  }

  .section-hero-02 .hero-02__pagination {
    left: 12px !important;
  }

  .section-hero-02 .hero-02__secondary--link {
    font-size: 15px;
  }
}
