/* Case study content — nav/footer use global index styles */

body.dp-work-page {
  background: #fff;
}

.dp-work-page__nav-slide.home-slider .slider-item {
  height: 150px !important;
  min-height: 150px !important;
}

.dp-work-page__nav-slide.ftco-degree-bg:after {
  display: none;
}

.dp-work-page__main {
  padding: 2rem 0 4rem;
}

.dp-work-page__container {
  max-width: 900px;
}

.dp-work-page__back {
  color: #023373;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
}

.dp-work-page__back:hover {
  color: #ca7ffc;
}

.dp-work-page__figure {
  margin: 0 0 2rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(2, 51, 115, 0.1);
}

.dp-work-page__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 440px;
  object-fit: cover;
}

.dp-work-page__eyebrow {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #023373;
  margin-bottom: 0.35rem;
}

.dp-work-page__intro h1 {
  color: #023373 !important;
  font-size: clamp(1.65rem, 3.5vw, 2.1rem) !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  margin: 0 0 0.65rem !important;
  font-family: "Ubuntu", "Work Sans", sans-serif !important;
}

.dp-work-page__stack {
  font-size: 1rem;
  font-weight: 600;
  color: #ca7ffc;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.dp-work-page__body {
  max-width: 720px;
}

.dp-work-page__text-heading {
  color: #023373 !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  margin: 2rem 0 0.75rem !important;
  font-family: "Ubuntu", "Work Sans", sans-serif !important;
}

.dp-work-page__text-heading:first-child {
  margin-top: 0;
}

.dp-work-page__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #404044;
  margin: 0 0 1rem;
}

.dp-work-read-more {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 600;
  color: #ca7ffc !important;
  font-size: 15px;
}

.dp-work-read-more:hover {
  color: #023373 !important;
}

.footer-contact-list li {
  margin-bottom: 0.1rem;
}

.footer-contact-list p,
.footer-contact-list a {
  margin-bottom: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.45;
}

.footer-contact-list .footer-contact-group-start {
  margin-top: 0.65rem;
}
