.navbar {
  transition: all 0.5s ease-in-out;
}

.navbar-sticky {
  opacity: 0.9;
  box-shadow: 0 0 10x rgba(0, 0, 0, 0.5);
}

.header {
  min-height: 1000px;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../css/images/mindhaven_header.png") center center no-repeat;
  background-size: cover;
}

.header .slide {
  width: 90%;
  margin: 0 auto;
}

.cta-bg {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../css/images/cta-bg.png") center center no-repeat;
  background-size: cover;
}

.card {
  height: 330px;
}

.rounded-circle {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

@media (max-width: 992px) {
  .navbar {
    background: var(--bs-dark);
    opacity: 0.9;
  }
  .header {
    height: 800px !important;
    min-height: 800px !important;
  }
  .header .text-container p {
    width: 100% !important;
    font-size: 16px;
  }
  .contact {
    padding: 40px 0 !important;
  }
  .contact h2 {
    text-align: center;
  }
  .about {
    padding-bottom: 30px !important;
  }
  .expertise {
    padding-top: 30px !important;
  }
  .process {
    width: 90% !important;
    margin-top: 0 !important;
  }
  .footer img {
    width: 50px !important;
    padding-bottom: 10px;
  }
}
