.hero {
    height: 90vh;
    background: url("https://picsum.photos/1920/1080?random=1") center/cover
      no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .hero-content {
    background-color: #262626;
    /* padding: 2rem; */
  }
  .hero-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .hero-content p {
    font-size: 1.2rem;
    position: relative;
  }

.gold-hr {
    opacity: 1;
    color: #bb9057;
    width: 170px;
    border-top: 2px solid #bb9057;
    margin-top: 18px;
  }

  .nested-tabs .nav-link {
    color: white;
    border: none;
    border-bottom: 3px solid transparent;
}

.nested-tabs .nav-link.active {
    border-bottom: 3px solid #bb9057; /* Gold line */
    color: #fff;
}

.nav-tabs .nav-link.active{
  background: transparent;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: white;
  border-radius: 15px; /* makes them square */
  margin: 0 4px;
  opacity: 1;
}

/* Active bullet */
.swiper-pagination .swiper-pagination-bullet-active {
  background: #bb9057; /* gold */
  opacity: 1;
}

.intro-image{
  object-fit: cover;
  height: 70vh;
  background-position: center;
}