body {
  background-color: #0B8FC0;
  color: #ffffff;
}
a {
  color: #ffffff;
}

.bsb-overlay {
  position: relative;
  z-index: 1;
}

.bsb-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity to control the darkness */
  z-index: -1;
}

.btn:hover {
  box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.socialmedia-links-container {
  a:hover {
    xbox-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

li a:hover { color: lightgray !important; }

.expertise-container {

  margin-top: 10px;

  .expertise-item-container {
    border-top: 1px dashed white; padding: 0px 0px 0px 0px;

    .expertise-item-header {
      font-size: 1.4em; cursor: pointer; padding: 20px 0px 20px 10px;
      span { font-weight: 100; }
      .expertise-item-header-icon { height: 72px; }
      .bi { margin-right: 20px; margin-top: -5px; font-size: 1.5em; }
    }
    .expertise-item-header-selected { background-color: rgb(255, 255, 255, 0.2); color: white; }

    .expertise-item-content { 
      
      display: none; margin: -9px 0px 20px 0px; padding: 0px 0px 20px 20px; background-color: rgb(255, 255, 255, 0.1); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;
      blockquote { font-size: 1.2em; color: white; padding: 20px 0px 10px 0px; }

      ul { 
        list-style-type: none; margin: 0; padding: 10px 0px;
        li {
          border-top: 1px groove white; color: white; padding: 15px 0; font-size: 1.1em;
          .expertise-capability-description { font-weight: 100; }
        }

        li:last-child { border-bottom: 1px groove white; }
      }
    }
  }
  .expertise-item-container:last-child { border-bottom: 1px dashed white; }
}

.clients-container {
  background-color:rgba(0, 0, 0, 0.2);
  img { max-width: 100px; }
  .row { justify-content: center; }
  .row div { display: inline-block !important; width: 120px; }
}

.podcast-container {
  margin: 10px 0px;
  padding: 20px 0px 0px 0px;
  .podcast-audio-player-container { background-color: white; padding: 5px 5px 0px 5px; border-top-right-radius: 7px; border-bottom-right-radius: 7px }
}

.case-toc {
  margin-top: 30px;
  .card {
    background: none;
    color: white;
    .card-img-top {
      max-width: 150px;
      margin: 0px 0px 0px 20px;
    }
    .card-body {
    }
  }
}


.case-container {
  .case-client-logo {
    max-width: 100px;
    margin: 0px 0px 5px 0px;
  }

}


.pricing-table-subtitle {
  margin-top: 68px;
  font-weight: normal; }

.pricing-table-title {
  font-weight: bold;
  margin-bottom: 68px; }

.pricing-card {
  border: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  .pricing-card:hover {
    box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55); }
  .pricing-card.pricing-card-highlighted {
    box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55); }
  .pricing-card:hover {
    box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  .pricing-card .card-body {
    padding-top: 25px;
    padding-bottom: 62px; }

.pricing-plan-title {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 11px;
  font-weight: normal; }

.pricing-plan-title-link {
  color: #0985B0;}
.pricing-plan-title-link:hover {
  color: #0985B0;}

.pricing-plan-cost {
  font-size: 38px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 29px; }

.pricing-plan-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 24px; }
  .pricing-plan-basic .pricing-plan-icon {
    color: #fe397a; }
  .pricing-plan-pro .pricing-plan-icon {
    color: #10bb87; }
  .pricing-plan-enterprise .pricing-plan-icon {
    color: #5d78ff; }

.pricing-plan-features {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 5px;
  color: #ffffff; }

.pricing-plan-purchase-btn {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  width: 175px;
  height: 45px;
  border-radius: 22.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
          justify-content: center; }
  .pricing-plan-basic .pricing-plan-purchase-btn {
    background-color: #0985B0;
    color: #fff; }
    .pricing-plan-basic .pricing-plan-purchase-btn:hover {
      box-shadow: 0 3px 0 0 #076A8D; }
    .pricing-plan-basic .pricing-plan-purchase-btn:active {
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
      box-shadow: none; }
  .pricing-plan-pro .pricing-plan-purchase-btn {
    background-color: #FF8DC6;
    color: #fff; }
    .pricing-plan-pro .pricing-plan-purchase-btn:hover {
      box-shadow: 0 3px 0 0 #925076; }
    .pricing-plan-pro .pricing-plan-purchase-btn:active {
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
      box-shadow: none; }
  .pricing-plan-enterprise .pricing-plan-purchase-btn {
    background-color: #D2E6D6;
    color: #017100; }
    .pricing-plan-enterprise .pricing-plan-purchase-btn:hover {
      box-shadow: 0 3px 0 0 #9BAA9F; }
    .pricing-plan-enterprise .pricing-plan-purchase-btn:active {
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
      box-shadow: none; }