* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Segoe UI", sans-serif;
  color: #2e2e2e;
  background-color: #f8f9fa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #121212;
}

a {
  text-decoration: none;
}
.navbar {
  background-color: #121212;
  transition: background-color 0.3s ease;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f0c040 !important;
  letter-spacing: 0.5px;
}

.navbar-brand:hover {
  color: #ddb72f !important;
}

.navbar-nav .nav-link {
  color: #f1f1f1;
  font-weight: 500;
  padding: 0.6rem 1rem;
  transition: all 0.2s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #f0c040 !important;
  text-decoration: underline;
}

.navbar-nav .dropdown-menu {
  background-color: #1e1e1e;
  border-radius: 0.4rem;
}

.dropdown-item {
  color: #e4e4e4;
  transition: background-color 0.2s ease;
}

.dropdown-item:hover {
  background-color: #2e2e2e;
  color: #f0c040;
}
.text-accent {
  color: #5c33a2;
}

.bg-accent {
  background-color: #5c33a2 !important;
}

.border-accent {
  border: 2px solid #5c33a2;
}

.btn-accent {
  background-color: #a8862f;
  color: #fff;
  border: none;
}

.btn-accent:hover {
  background-color: #917024;
  color: #fff;
}

.hero-treuhand {
  height: 100vh;
  background: linear-gradient(rgba(18, 18, 18, 0.85), rgba(18, 18, 18, 0.85)),
    url("assets/img/hero.jpg") center/cover no-repeat;
  text-align: center;
  padding: 3rem 1rem;
}

.card h5,
.card h6 {
  margin-top: 10px;
  font-weight: 600;
}

.card ul {
  padding-left: 1rem;
}

.card ul li {
  margin-bottom: 0.5rem;
}

.featured {
  transform: scale(1.03);
  z-index: 2;
  position: relative;
}

footer {
  background-color: #121212;
}

footer .social-icons i {
  font-size: 1.4rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

footer .social-icons i:hover {
  color: #a8862f;
  transform: scale(1.2);
}

.navbar-brand {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

.nav-link {
  font-weight: 500;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #a8862f !important;
}

.dropdown-menu {
  border-radius: 0.4rem;
}
footer {
  background-color: #121212;
  color: #e2e2e2;
  font-size: 0.95rem;
}

footer h5,
footer h6 {
  font-weight: 600;
  color: #f0c040;
  margin-bottom: 1rem;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer a {
  color: #bbbbbb;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

footer a:hover {
  color: #f0c040;
  text-decoration: underline;
}

.social-icons a {
  display: inline-block;
  margin-right: 0.8rem;
  font-size: 1.3rem;
  transition: transform 0.3s ease, color 0.2s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
  color: #f0c040;
}
@media (max-width: 768px) {
  .navbar-nav .nav-link {
    padding: 0.4rem 0.8rem;
  }

  footer .col-md-3,
  footer .col-md-6 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .hero-treuhand {
    height: auto;
    padding: 6rem 1rem;
  }
  .card-body ul {
    padding-left: 0;
  }
}
