
body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
  color: #333;
}

.navbar {
  background-color: #222;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  margin-right: 1rem;
}

.navbar .navbar-nav .nav-link:hover {
  color: #ffc107;
}

h1, h2, h3, h4 {
  color: #333;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}

.carousel-caption {
  background: rgba(0,0,0,0.5);
  padding: 1rem;
  border-radius: 0.5rem;
}

footer {
  background-color: #222;
  color: #eee;
  padding: 1rem 0;
  text-align: center;
}



.menu-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-logo .navbar-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.menu-logo .navbar-logo a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffc107;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.menu-logo .navbar-logo a:hover {
  color: #fff;
}

.menu-logo .navbar-caption-wrap a.navbar-caption {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

.menu-logo .navbar-caption-wrap a.navbar-caption:hover {
  text-decoration: underline;
}



.display-4 {
  font-size: 1.5rem;
}


.custom-menu {
  background-color: #222;
  padding: 0.5rem 1rem;
}

.menu-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu-logo {
  display: flex;
  flex-direction: column;
  color: #ffc107;
}

.logo-text {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  color: #ffc107;
  text-transform: uppercase;
}

.logo-caption {
  font-size: 1rem;
  color: white;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  width: 25px;
  height: 20px;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.nav-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #ffc107;
}

.nav-links .btn {
  background-color: #28a745;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  color: white;
  font-weight: bold;
}

/* Адаптивність */
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #222;
    margin-top: 1rem;
    padding: 1rem 0;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    padding: 0.5rem 1rem;
  }
}
#footer6-7 {
  background-color: #222; /* Темний фон */
  color: #eee;
  padding: 2rem 0;
  margin-top: 2rem;
  border-top: 4px solid #ffc107;
  font-family: 'Segoe UI', sans-serif;
}

#footer6-7 .mbr-text {
  font-size: 0.95rem;
  text-align: center;
}

#footer6-7 a {
  color: #ffc107;
  text-decoration: none;
  font-weight: 500;
}

#footer6-7 a:hover {
  text-decoration: underline;
  color: #fff;
}

#footer6-7 .container {
  max-width: 1200px;
  margin: 0 auto;
}
