/* */

ul {
    margin:0; padding:0;
  list-style-type: none;
}

label span {
    font-style: italic;
}

.body-bg {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.bp-page-content {
    flex: 1;
}

.bp-page-footer {
    background-color: #eee;
    margin-top: 2rem;
  padding: 1rem 0;
}




.carousel-item-layout-secondary {
    --carousel-item-background: transparent;
}

.form-container legend {
    display: none;
}

.swiper-slide {
    width: auto;
}


.page-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Removes the small gap preventing hover */
  }