.bg-hero, .home .bg-hero {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0.5) 100%), url("/imgs/bg-home-hero-min.jpg");
  background-attachment: fixed;
  height: 234px;
  background-position: center 148px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .bg-hero, .home .bg-hero {
    background-position: bottom center;
    background-size: cover;
  }
}

.home .bg-hero .tagline {
  padding: 32px 20px;
}
.home .bg-hero {
  height: auto;
  min-height: 460px;
  background-position: center;
  background-size: cover;
}
.home .bg-hero .tagline h2 {
  font-weight: normal;
  font-size: 2em;
}
.home .bg-hero .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .home .bg-hero {
    height: 100vh;
    min-height: 0;
    background-position: top center;
  }
  .home .bg-hero .tagline {
    padding-top: 10%;
    margin-bottom: 3rem;
  }
  .home .bg-hero .tagline h2 {
    font-size: 4rem;
    padding-bottom: 1rem;
  }
}

.bg-hero-middle {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0.5) 100%), url("/imgs/i-services-min.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% auto;
  min-height: 450px;
}

.bg-blue-chalk {
  background-color: #f5ecff;
}

.bg-baby-blue {
  background-color: #dffcff;
}

.bg-magnolia {
  background-color: #f7f1ff;
}

.bg-school-banner {
  background-image: url("/imgs/bg-school-banner-min.jpg");
  background-blend-mode: soft-light;
  background-size: cover;
}

.bg-school-illustration {
  background-image: url("/imgs/bg-school-background-min.jpg");
  background-blend-mode: soft-light;
  background-size: cover;
}

.bg-backschool.jpg {
  background-image: url("/imgs/bg-backschool-min.jpg");
  background-blend-mode: color-burn;
  background-size: cover;
}

.royal_purple {
  color: #6731A1;
}

.eastern_blue {
  color: #25A1B0;
}

.biloba_flower {
  color: #B884EF;
}

.perfume {
  color: #CFADF5;
}

.bg_royal_purple {
  background-color: #6731A1;
}

.bg_eastern_blue {
  background-color: #25A1B0;
}

.bg_biloba_flower {
  background-color: #B884EF;
}

.bg_perfume {
  background-color: #CFADF5;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #6731A1;
}

.border-top-royal-purple {
  border-top: 3px solid #6731A1;
}

.btn_royal_purple {
  background-color: #6731A1;
}
.btn_royal_purple:hover, .btn_royal_purple:active, .btn_royal_purple:focus {
  background-color: #B884EF;
}

.width-2px {
  width: 2px;
}

.flex-width {
  justify-content: center;
  max-width: 50%;
}

.max-width-tablet {
  max-width: 760px;
}

.resource-social-links {
  gap: 16px;
}

.resource-social-link {
  display: inline-flex;
  align-items: center;
  color: #6731A1;
  font-weight: 700;
}

.resource-social-link:hover,
.resource-social-link:focus {
  color: #25A1B0;
  text-decoration: none;
}

.resource-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}

.resource-social-icon-instagram {
  background: #C13584;
}

.resource-social-icon-facebook {
  background: #1877F2;
}

.home-social-callout {
  background: #f8f9fa;
  border-top: 3px solid #6731A1;
  padding: 40px 24px;
}

.home-social-actions {
  gap: 16px;
}

.home-social-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 240px;
  padding: 15px 22px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
}

.home-social-action i {
  font-size: 1.5rem;
}

.home-social-action:hover,
.home-social-action:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.home-social-action-instagram {
  background: #C13584;
}

.home-social-action-facebook {
  background: #1877F2;
}

.testimonial-image {
  max-height: 220px;
  object-fit: cover;
}

.profile-placeholder-image {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: contain;
  padding: 48px;
  background-color: #f8f9fa;
}

.about-section-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-top: 3px solid #6731A1;
}

.services-overview-hero {
  max-width: 1120px;
  margin: 0 auto;
}

.services-overview-image {
  width: 100%;
  border-top: 3px solid #6731A1;
}

.service-option-card,
.service-detail-card {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.service-option-card .card-body,
.service-detail-card .card-body {
  padding: 24px;
}

.service-option-icon {
  font-size: 1.75rem;
}

.service-option-card p,
.service-detail-card p {
  line-height: 1.65;
}

.service-consulting-card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.service-consulting-card p {
  margin-bottom: 0;
}

.services-section-divider {
  overflow: hidden;
  max-width: 860px;
  margin: 0 auto;
  border-top: 3px solid #6731A1;
  border-bottom: 3px solid #6731A1;
}

.services-section-divider-image {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center top;
}

.services-feature-image {
  width: 100%;
  max-width: 635px;
  height: 432px;
  object-fit: cover;
  object-position: center top;
  border-top: 3px solid #6731A1;
}

.service-detail-page {
  max-width: 1120px;
  margin: 0 auto;
}

.service-detail-intro {
  max-width: 900px;
  margin: 0 auto;
}

.service-detail-intro p {
  line-height: 1.75;
}

.service-evaluation-categories {
  padding: 28px;
  border-top: 3px solid #6731A1;
}

.service-simple-list {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.service-simple-list li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 12px;
  color: #6731A1;
  line-height: 1.65;
}

.service-simple-list strong {
  color: #6731A1;
}

.service-back-link {
  color: #6731A1;
  font-weight: 700;
}

.service-back-link:hover,
.service-back-link:focus {
  color: #25A1B0;
}

.service-support-list {
  display: grid;
  gap: 12px;
}

.service-support-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  background: #f8f9fa;
  border-top: 3px solid #6731A1;
  color: #6731A1;
  line-height: 1.6;
}

.service-support-list strong {
  color: #6731A1;
}

.service-support-list i {
  flex: 0 0 auto;
  margin-top: 4px;
}

.service-support-list-two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-intro-copy {
  line-height: 1.8;
}

.services-topic-link {
  display: block;
  color: #6731A1;
  text-decoration: none;
}

.services-topic-link:hover,
.services-topic-link:focus {
  color: #25A1B0;
  text-decoration: none;
}

.services-topic-link h3 {
  transition: color 0.15s ease-in-out;
}

.services-topic-link:hover h3,
.services-topic-link:focus h3 {
  color: #25A1B0;
}

.services-detail-shell {
  overflow: hidden;
  max-width: 100%;
  border: 1px solid rgba(103, 49, 161, 0.18);
  background: #f8f9fa;
}

.services-detail-heading {
  padding: 32px 24px;
  background: #fff;
  border-bottom: 1px solid rgba(103, 49, 161, 0.18);
}

.services-detail-band {
  margin: 24px;
  padding: 32px 28px;
  background: #fff;
  border-top: 4px solid #6731A1;
  scroll-margin-top: 110px;
}

.services-detail-band .row {
  min-width: 0;
}

.services-detail-band-staffing {
  background: #f5ecff;
}

.services-detail-band-consulting {
  background: #fff;
}

.services-section-heading {
  margin-bottom: 16px;
}

.services-section-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #6731A1;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .services-detail-heading {
    padding: 24px 16px;
  }
  .service-option-card .card-body,
  .service-detail-card .card-body {
    padding: 20px;
  }
  .services-detail-band {
    margin: 16px 0;
    padding: 24px 16px;
  }
  .services-detail-band h3 {
    overflow-wrap: break-word;
  }
  .services-section-divider {
    margin: 0 16px;
  }
  .services-section-divider-image {
    height: 200px;
  }
  .services-feature-image {
    height: auto;
  }
  .service-support-list-two-column {
    grid-template-columns: 1fr;
  }
  .service-simple-list {
    -moz-columns: 1;
         columns: 1;
  }
}

p, ul, blockquote {
  color: #6731A1 !important;
  line-height: 30px;
}

.nav-menu.is-scrolling, .nav-menu.menu-is-open {
  transition: all 0.3s ease;
}
.nav-menu.is-scrolling img.nav-brand, .nav-menu.menu-is-open img.nav-brand {
  width: 90px !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  transition: all 0.3s ease;
}

.nav-menu img.nav-brand {
  transition: all 0.3s ease;
}

/*
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    */
.navbar-expand-lg .navbar-nav .btn-nav-link {
  display: block;
  padding: 0.6rem 1rem;
  background: #6731A1;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media only screen and (min-width: 990px) {
  .h-95 {
    height: 95px;
  }
}

.nav-item {
  padding: 0 !important;
}
@media only screen and (min-width: 1165px) {
  .nav-item {
    padding: 0 20px !important;
  }
}

@media only screen and (min-width: 980px) {
  .mr-100px {
    margin-right: 100px;
  }
}

@media only screen and (min-width: 980px) {
  .w-130px {
    width: 130px;
  }
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 2rem;
}

.team-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.team-image-wrapper {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.team-content {
    padding: 1rem;
    text-align: center;
}

.team-content h3 {
    margin: 0 0 0.25rem;
    font-size: 1.1rem;
}

.team-content p {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    color: #666;
}

.team-button {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 8px;
    background: #1f8a8a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.team-button:hover {
    background: #176d6d;
}
