.header {
  min-height: 1000px;
  background: linear-gradient(to bottom right, rgba(10, 83, 190, 0.9), rgba(10, 83, 190, 0.9)), url("../images/header-background.jpg") center center no-repeat;
  background-size: cover;
}

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

.header2 {
  background: linear-gradient(to bottom right, rgba(10, 83, 190, 0.9), rgba(10, 83, 190, 0.9)), url("../images/header-background.jpg") center center no-repeat;
  background-size: cover;
}

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

.navbar-brand {
  font-family: var(--font-family-text);
  font-weight: bold;
}

.invitation-bg {
  background: linear-gradient(to bottom right, rgba(10, 83, 190, 0.8), rgba(10, 83, 190, 0.8)), url("../images/who_we_are.jpg") center center no-repeat;
  background-size: cover;
}
.services-bg {
  background: linear-gradient(to bottom right, rgba(10, 83, 190, 0.8), rgba(10, 83, 190, 0.8)), url("../images/team-strata2.jpg") center center no-repeat;
  background-size: cover;
}
.services-PT-bg {
  background: linear-gradient(to bottom right, rgba(14, 22, 119, 0.8),  rgba(14, 22, 119, 0.8)), url("../images/physicaltherapist.jpg") center center no-repeat;
  background-size: cover;
}
.services-OT-bg {
  background: linear-gradient(to bottom right, rgba(66, 0, 66, 0.8), rgba(66, 0, 66, 0.8)), url("../images/services_OT.jpg") center center no-repeat;
  background-size: cover;
}
.services-ST-bg {
  background: linear-gradient(to bottom right, rgba(167, 171, 84, 0.9), rgba(167, 171, 84, 0.9)), url("../images/speech_language.jpg") center center no-repeat;
  background-size: cover;
}
.services-ND-bg {
  background: linear-gradient(to bottom right, rgba(4, 93, 14, 0.8), rgba(4, 93, 14, 0.8)), url("../images/dietician.jpg") center center no-repeat;
  background-size: cover;
}

.vision-bg {
  background: linear-gradient(to bottom right, rgba(168, 111, 5, 0.8), rgba(168, 111, 5, 0.8)), url("../images/vision-bg.jpg") center center no-repeat;
  background-size: cover;
}
.mission-bg {
  background: linear-gradient(to bottom right, rgba(14, 22, 119, 0.8),  rgba(14, 22, 119, 0.8)), url("../images/mission_bg.jpg") center center no-repeat;
  background-size: cover;
}
.patient-bg {
  background: linear-gradient(to bottom right, rgba(168, 111, 5, 0.7), rgba(168, 111, 5, 0.7)), url("../images/for_patien2t.jpg") center center no-repeat;
  background-size: cover;
}
.therapist-bg {
  background: linear-gradient(to bottom right, rgba(17, 29, 145, 0.7), rgba(17, 29, 145, 0.7)), url("../images/for_threrapist.jpg") center center no-repeat;
  background-size: cover;
}

.brand-bg-lighter-blue {
  /*background-color: #0A84BE;*/
  background-color: #BEB90A ;
}

@media (max-width: 992px) {
  .navbar {
    background: var(--bs-brand-topnav)
  }
  .header {
    height: 900px !important;
    min-height: 900px !important;
  }
  .header .slide {
    width: 90%;
    margin: 0 auto;
  }
  .header .text-container p {
    width: 100% !important;
    font-size: 16px;
  }
  .register {
    padding: 40px 0 !important;
  }
  .register h2 {
    text-align: center;
  }
  .summary {
    margin-top: 0 !important;
    width: 90% !important;
  }
}
.nav-link {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 2px;
}

.nav-link:before {
  content: '';
  padding-left: 2px;
  position: absolute;
  width: 100%;
  max-width: 100px;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: var(--bs-yellow);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-out;
}

.nav-link:hover:before {
  visibility: visible;
  left: 0;
  transform: scaleX(1);
}
.brand-bg-lighter-blue {
  background-color: #66bbff;
}
.mt-n1 {
  margin-top: -0.5rem !important;
}

.modal, .list-group, .list-group-numbered, .list-group-item{
 color : #0E1677 !important;
}
