/* Fix for hero section spacing */
section#home.section-container.hero {
  margin-top: 70px !important;
  padding-top: 5rem !important;
}

/* Ensure correct spacing on both initial load and navigation */
.section-container.hero {
  margin-top: 70px !important;
  padding-top: 5rem !important;
}

#home {
  margin-top: 70px !important;
  padding-top: 5rem !important;
}

/* Target the main wrapper that only exists on initial load */
.v-main .content-wrapper .home-page section#home.section-container.hero {
  margin-top: 70px !important;
  padding-top: 5rem !important;
}

/* Eliminate any padding from parent elements */
.v-main {
  padding-top: 0 !important;
}

.content-wrapper {
  padding-top: 0 !important;
}

.home-page {
  padding-top: 0 !important;
}

/* Fix CTA button styling */
.cta-button {
  transition: background-color 0.3s !important;
}

.cta-button:hover {
  transform: none !important;
}

.button-arrow {
  display: none !important;
}

/* Consistent list styling */
ul li {
  margin-bottom: 15px;
}

ul li b {
  font-weight: 700;
  color: #8b0000;
}

/* Mobile specific fixes */
@media (max-width: 992px) {
  section#home.section-container.hero,
  .section-container.hero,
  #home,
  .v-main .content-wrapper .home-page section#home.section-container.hero {
    margin-top: 70px !important;
    padding-top: 5rem !important;
  }
}
