/* ----------------------------------------------------------------
  Custom CSS

  Add all your Custom Styled CSS here for New Styles or
  Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
  --cnvs-themecolor: #00b894;
  --cnvs-themecolor-rgb: 0, 184, 148;
  --cnvs-themecolor: #00b894;
  --navbar-line-color: #00b894;
  --bs-navbar-brand-margin-end: 3rem;
}


.navbar {
  border-bottom: 3px solid var(--navbar-line-color);
}

.navbar-brand-logo {
  img {
    width: 35px;
    height: 100%;
  }

  .navbar-brand-text {
    font-family: 'Pacifico', cursive;
    font-size: 35px;
  }
}

.device-down-md .swiper-tab-link .swiper-tab-content {
  transition-duration: 0s;
}

.get-started {
  background-color: var(--bs-gray-900);
  color: #fff;
}

.contact-us-button {
  border: 2px solid #000 !important;
}

.image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}


.blog-post  {
  .entry-content ol {
    padding-left: 2rem !important;
  }
  .sub-heading {
    opacity: 0.5;
  }
  .related-articles {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    .related-posts {
      margin: 0;
    }
  }
  .related-posts-content {
    h4 {
      margin: 0;
    }
  }
}

.entry-image img {
  max-height: 600px;
}
