/* Shared layout for the ManshurSolutions service detail pages. */

.service-page {
  color: #455a64;
}

.service-page #header-hero-area {
  min-height: 620px;
}

.service-page .service-hero .contents {
  max-width: 940px;
  padding: 154px 0 96px;
}

.service-page .service-hero .head-title {
  max-width: 900px;
  font-weight: 700 !important;
  line-height: 1.14;
}

.service-page .service-hero .hero-summary {
  max-width: 820px !important;
}

.service-breadcrumb {
  margin: 0 0 28px;
  padding: 0;
}

.service-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.5;
}

.service-breadcrumb li + li::before {
  content: '/';
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.62);
}

.service-breadcrumb a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.55);
  text-underline-offset: 3px;
}

.service-breadcrumb a:hover,
.service-breadcrumb a:focus {
  color: #fff;
  text-decoration-color: #fff;
}

.service-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 900px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.service-highlights li {
  position: relative;
  padding: 14px 16px 14px 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.12);
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}

.service-highlights li::before {
  content: '\2713';
  position: absolute;
  top: 14px;
  left: 17px;
  color: #bff1e8;
  font-weight: 700;
}

.service-subnav {
  border-bottom: 1px solid #dfe9e7;
  background: #fff;
}

.service-subnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin: 0;
  padding: 18px 0;
  list-style: none;
}

.service-subnav a {
  color: #315b67;
  font-size: 14px;
  font-weight: 700;
}

.service-subnav a:hover,
.service-subnav a:focus {
  color: #0b7669;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.service-page .content-section {
  padding: 78px 0;
}

.service-page .content-section--tint {
  background: #f7faf9;
}

.service-page .content-section--compact {
  padding: 62px 0;
}

.service-page .section-heading {
  max-width: 800px;
  margin-bottom: 36px;
}

.service-page .section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #0b7669;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-page .section-heading h2 {
  margin-bottom: 17px;
  font-size: 34px;
  line-height: 1.25;
}

.service-page .section-heading p,
.service-lead {
  font-size: 18px;
  line-height: 30px;
}

.service-copy p + p {
  margin-top: 18px;
}

.service-copy h2 {
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 1.25;
}

.service-copy h3 {
  margin: 30px 0 12px;
  font-size: 22px;
  line-height: 1.35;
}

.service-copy a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-aside {
  height: 100%;
  padding: 30px;
  border-left: 4px solid #0b7669;
  border-radius: 6px;
  background: #edf7f5;
}

.service-aside h2,
.service-aside h3 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.35;
}

.service-aside p + p {
  margin-top: 14px;
}

.topic-card {
  width: 100%;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 30px 27px;
  border: 1px solid #dfe9e7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(38, 50, 56, 0.06);
}

.topic-card .topic-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
  border-radius: 50%;
  background: #e5f6f2;
  color: #0b7669;
  font-size: 25px;
}

.topic-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
}

.topic-card p + p {
  margin-top: 12px;
}

.topic-card a,
.related-card a {
  font-weight: 700;
}

.detail-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  margin-top: 10px;
  padding-left: 24px;
  color: #455a64;
  line-height: 1.65;
}

.detail-list li::before {
  content: '';
  position: absolute;
  top: 0.72em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0b7669;
}

.question-panel {
  padding: 38px;
  border-radius: 8px;
  background: #263f46;
}

.question-panel h2,
.question-panel h3,
.question-panel p,
.question-panel li {
  color: #fff;
}

.question-panel h2 {
  margin-bottom: 14px;
  font-size: 30px;
}

.question-panel .detail-list li::before {
  background: #8fe0d1;
}

.decision-card {
  height: 100%;
  padding: 30px;
  border: 1px solid #dce7e5;
  border-radius: 8px;
  background: #fff;
}

.decision-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.comparison-row + .comparison-row {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #dce7e5;
}

.comparison-row h3 {
  margin-bottom: 9px;
  font-size: 20px;
}

.service-process {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: service-step;
}

.service-process li {
  position: relative;
  min-height: 100%;
  padding: 28px 25px 28px 72px;
  border: 1px solid #dce7e5;
  border-radius: 8px;
  background: #fff;
  counter-increment: service-step;
}

.service-process li::before {
  content: counter(service-step, decimal-leading-zero);
  position: absolute;
  top: 27px;
  left: 22px;
  color: #0b7669;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.service-process h3 {
  margin-bottom: 10px;
  font-size: 19px;
}

.service-process p {
  line-height: 1.65;
}

.related-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 31px;
  border: 1px solid #dce7e5;
  border-radius: 8px;
  background: #fff;
}

.related-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.related-card p {
  margin-bottom: 22px;
}

.related-card a {
  margin-top: auto;
}

.service-page .faq-list {
  max-width: 940px;
}

.service-cta {
  padding: 70px 0;
  background: #0b7669;
  text-align: center;
}

.service-cta h2,
.service-cta p {
  color: #fff;
}

.service-cta h2 {
  margin-bottom: 16px;
  font-size: 34px;
}

.service-cta p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
}

.service-cta .btn {
  margin-top: 27px;
  border: 2px solid #fff;
  background: #fff;
  color: #0b7669;
  font-weight: 700;
}

.service-cta .btn:hover,
.service-cta .btn:focus {
  background: transparent;
  color: #fff;
}

.service-page .footer-nav a[aria-current='page'] {
  color: #0b7669;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (min-width: 768px) {
  .service-page .navbar:not(.menu-bg) .nav-link.active {
    color: #fff;
  }

  .service-page .navbar:not(.menu-bg) .nav-link.active::before {
    width: 50%;
    background: #fff;
  }
}

@media (max-width: 991px) {
  .service-highlights {
    grid-template-columns: 1fr;
    max-width: 650px;
  }

  .service-aside {
    height: auto;
    margin-top: 32px;
  }

  .service-process li {
    margin-bottom: 18px;
  }

  .related-card {
    height: auto;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .service-page #header-hero-area {
    min-height: 0;
  }

  .service-page .service-hero .contents {
    padding: 118px 0 66px;
    text-align: left;
  }

  .service-page .service-hero .head-title {
    font-size: 34px !important;
  }

  .service-page .hero-actions {
    justify-content: flex-start;
  }

  .service-breadcrumb {
    margin-bottom: 22px;
  }

  .service-highlights {
    margin-top: 28px;
  }

  .service-subnav ul {
    gap: 8px 18px;
  }

  .service-page .content-section {
    padding: 58px 0;
  }

  .service-page .content-section--compact {
    padding: 50px 0;
  }

  .service-page .section-heading h2,
  .service-copy h2,
  .service-cta h2 {
    font-size: 28px;
  }

  .service-page .section-heading p,
  .service-lead,
  .service-cta p {
    font-size: 17px;
    line-height: 28px;
  }

  .question-panel {
    padding: 30px 24px;
  }

  .question-panel h2 {
    font-size: 26px;
  }
}

@media (max-width: 400px) {
  .service-page .service-hero .head-title {
    font-size: 29px !important;
  }

  .service-page .service-hero .hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .service-page .section-heading h2,
  .service-copy h2,
  .service-cta h2 {
    font-size: 25px;
  }

  .topic-card,
  .decision-card,
  .related-card {
    padding: 25px 22px;
  }
}
