.footer {
  background-color: #ededed;
  color: #828282;
  font-family: var(--bs-font-sans-serif);
  font-weight: 400;
}
.footer-logo {
  width: auto;
  height: 80px;
}
.footer-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
  color: #828282;
}
.footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #0d6efd;
  transition: width 0.3s ease-in-out;
}
.footer-link:hover {
  color: #0d6efd !important;
}
.footer-link:hover::after {
  width: 100%;
}
.footer-section {
  font-size: 0.9em;
}

.logo-container {
  position: relative;
  display: inline-block;
}

.version-text {
  font-size: 0.8em;
  color: rgba(130, 130, 130, 0.6);
  position: absolute;
  bottom: 0px;
  left: 90px;
  margin: 0;
}

.mobile-separator,
.section-separator {
  width: 60px;
  background-color: #003b69;
  height: 1px;
}

.section-separator {
  display: inline-block !important;
  width: 80px !important; /* shrink to content width */
  min-width: 40px !important; /* optional: ensure a minimum */
}

.footer h6 {
    color: #828282 !important;
    font-size: 1.1rem !important;
}

.footer hr {
    border-top: 0 !important;
}




/*# sourceMappingURL=footer.css.map */



/*Accordion Stles*/

.category-nav-btn {
    background-color: #f8f9fa !important;
    border: 1px solid #ced4da !important;
    color: #212529 !important;
    font-weight: 500 !important;
    border-radius: 0.375rem !important;
    transition: background-color 0.2s ease !important;
}

    .category-nav-btn:hover,
    .category-nav-btn:focus {
        background-color: #e9ecef !important;
    }

.accordion-button::after {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    transform: rotate(0deg) !important;
    transition: transform 0.2s ease !important;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) !important;
}

.bundle-select-dropdown {
    border: 1px solid #dee2e6 !important;
    border-top: none !important;
    border-radius: 0 0 0.375rem 0.375rem !important;
    background-color: #fff !important;
}

    .bundle-select-dropdown li a {
        display: block !important;
        padding: 8px 16px !important;
        color: #212529 !important;
        text-decoration: none !important;
    }

        .bundle-select-dropdown li a:hover {
            background-color: #f8f9fa !important;
        }
