/* Layout and Section Styles */
section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.navbar {
  transition: background-color 0.3s ease;
  background-color: rgba(33, 37, 41, 0.9) !important;
}

.navbar.bg-dark {
  background-color: #212529 !important;
}

.text-white a {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
}

@media (max-width: 768px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}