body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #000000;
}

.logo {
  height: 40px;
  width: auto;
}

.breadcrumb {
  margin: 0;
  padding: 15px 50px;
  font-size: 20px !important;
  background-color: #ffffff;
}

.breadcrumb-nav {
  background-color: #f8f9fa;
  padding: 15px 0;
}

.breadcrumb-item.active {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
}

.breadcrumb a {
color: #007bff;
text-decoration: none;
font-weight: bold;
font-size: 20px !important;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  margin: 0 8px;
  color: #6c757d;
}

.breadcrumb-current {
  font-weight: bold;
  color: #000000;
}

.card {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 30px auto;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.card:hover {
  background-color: #9C1C1C;
  color: #ffffff;
}

.card i {
  font-size: 60px;
  margin-bottom: 20px;
  color: #000000;
  transition: color 0.3s ease;
}

.card:hover i {
  color: #ffffff;
}


.card p {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .card {
    max-width: 90%;
    padding: 20px;
  }
  .card h2 {
    font-size: 20px;
  }
  .card p {
    font-size: 14px;
  }
}

html, body { height: 100%; }

body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main{
  flex: 1;
  display: block;
}
