@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

body {
  font-family: "Manrope", sans-serif;
}

.oaknorth-case-study-section {
  padding-block: 100px;
}

.oaknorth-case-study-h1 {
  font-size: 62px;
  font-weight: 500;
  color: #fff;
}

.oaknorth-case-study-h2 {
  font-size: 56px;
  font-weight: 500;
  color: #2b2b2b;
}

.oaknorth-case-study-h3 {
  font-size: 26px;
  font-weight: 500;
  color: #114d4f;
}

.oaknorth-case-study-h4 {
  font-size: 24px;
  font-weight: 500;
  color: #b7fd00;
}

.oaknorth-case-study-para1 {
  font-size: 20px;
  font-weight: 400;
}

.oaknorth-case-study-para2 {
  font-size: 18px;
  font-weight: 400;
  color: #888888;
}

.oaknorth-case-study-para3 {
  font-size: 16px;
  font-weight: 400;
}

.oaknorth-case-study-para4 {
  font-size: 12px;
  font-weight: 400;
}

.oaknorth-black-text {
  color: #000;
}

.oaknorth-white-text {
  color: #ffffff;
}

.oaknorth-para-text {
  color: #7b7b7b;
}

.oaknorth-para-green {
  color: #b7fd00;
}

.oaknorth-dark-green {
  background-color: #114d4f;
}

/* hero section style */

.oaknorth-case-study-hero-section {
  background: linear-gradient(180deg, #0b292c 0%, #112c2f 100%);
  padding-bottom: 0px;
  height: 900px;
  margin-top: 76px;
}

.oaknorth-case-study-hero-section .oaknorth-case-study-h1 {
  margin-bottom: 40px;
}

.oaknorth-case-study-logo {
  margin-bottom: 52px;
}

.oaknorth-case-study-hero-banner {
  box-shadow: 0 4px 16px 0 rgba(17, 77, 79, 0.08);
  border-radius: 24px;
  width: 100%;
}

/* Story Section Styles */
.oaknorth-case-study-the-story-section {
  margin-top: 450px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .oaknorth-case-study-the-story-section {
    margin-top: 300px;
  }
}

.oaknorth-story-content {
  padding-right: 60px;
}

.oaknorth-case-study-the-story-banner {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 12px;
}

/* Hypothesis for MVP styles start here */

.oaknorth-hypothesis-section {
  background-color: #fff;
}

.oaknorth-hypothesis-card {
  background: linear-gradient(21.74deg, #000000 9.11%, #1e3335 57.09%, #114d4f 92.03%);
  border-radius: 20px;
  padding: 70px 42px;
  height: 100%;
  text-align: center;
}

.oaknorth-hypothesis-section .oaknorth-case-study-para3 {
  line-height: 180%;
  font-weight: 400;
}

/* Problems Section Styles */
.oaknorth-problems-section {
  background-color: #fff;
}

/* .oaknorth-problems-content {
    padding-left: 60px;
} */

.oaknorth-problem-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.oaknorth-problem-item:last-child {
  margin-bottom: 0;
}

.oaknorth-problem-number {
  background-color: #114d4f;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px;
  flex-shrink: 0;
}

.oaknorth-userflow-h2 {
  margin-top: 100px;
  margin-bottom: 80px;
}

.oaknorth-userflow-banner {
  margin-top: -320px;
}

/* Hypothesis for MVP styles end here */

/* user research section styles start here */

.oaknorth-user-research-section {
  background-color: #fff;
}

/* user research section styles end here */

/* Re-imagine Section Styles */
.oaknorth-reimagine-section {
  background-color: #fff;
}

.oaknorth-reimagine-content {
  padding-right: 60px;
}

.oaknorth-redesign-journey-section {
  background-color: #fff;
}

.oaknorth-redesign-a-img {
  margin-bottom: 30px;
}

.oaknorth-redesign-journey-section .oaknorth-case-study-h2 {
  margin-bottom: 80px;
}

.oaknorth-redesign-journey-section .oaknorth-problem-number {
  background-color: #ffdb4d;
  font-weight: 700;
  font-size: 13px;
  width: 22px;
  height: 22px;
  color: #000;
  padding: 5px;
  padding-top: 6px;
  margin-right: 8px;
  margin-bottom: 10px;
}

/* Other product segments section styles */
.oaknorth-other-segments-section {
  background: #fff;
}

.oaknorth-other-segments-content {
  max-width: 700px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .oaknorth-case-study-hero-section {
    height: 650px;
    margin-top: 66px;
  }

  .oaknorth-case-study-the-story-section {
    margin-top: 250px;
  }

  .oaknorth-story-icon {
    text-align: start;
  }

  .oaknorth-story-content .oaknorth-case-study-h2 {
    text-align: start;
  }

  .oaknorth-story-content .oaknorth-story-text {
    text-align: start;
  }

  .oaknorth-userflow-h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .oaknorth-userflow-banner {
    margin-top: -90px;
  }

  .oaknorth-redesign-a-img {
    margin-bottom: 20px;
  }

  .oaknorth-redesign-b-img {
    margin-bottom: 20px;
  }

  .oaknorth-case-study-section {
    padding-block: 40px;
  }

  .oaknorth-case-study-h1 {
    font-size: 56px;
  }

  .oaknorth-case-study-h2 {
    font-size: 48px;
  }

  .oaknorth-story-content {
    padding-right: 0;
    margin-bottom: 50px;
    text-align: center;
  }

  .oaknorth-case-study-the-story-banner {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }

  .oaknorth-hypothesis-card {
    padding: 28px;
    min-height: 180px;
  }

  .oaknorth-problems-content {
    padding-left: 0;
    margin-top: 0;
    text-align: center;
  }

  .oaknorth-problems-list {
    text-align: left;
    display: inline-block;
  }

  .oaknorth-problems-section {
    padding-top: 0px;
  }

  .oaknorth-redesign-journey-section .oaknorth-case-study-h2 {
    margin-bottom: 40px;
  }

  .oaknorth-padding-top-0 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .oaknorth-case-study-hero-section {
    height: 490px;
  }

  .oaknorth-case-study-the-story-section {
    margin-top: 140px;
  }

  .oaknorth-userflow-banner {
    margin-top: -55px;
  }

  .oaknorth-redesign-a-img {
    margin-bottom: 20px;
  }

  .oaknorth-redesign-b-img {
    margin-bottom: 20px;
  }

  .oaknorth-case-study-section {
    padding-block: 20px;
  }

  .oaknorth-case-study-h1 {
    font-size: 42px;
  }

  .oaknorth-case-study-h2 {
    font-size: 32px;
  }

  .oaknorth-case-study-h3 {
    font-size: 26px;
    font-weight: 500;
    color: #114d4f;
  }

  .oaknorth-problems-section {
    padding-top: 0px;
  }

  .oaknorth-user-research-section {
    padding-top: 0px;
  }

  .oaknorth-padding-top-0 {
    padding-top: 0;
  }

  .oaknorth-case-study-h3 {
    font-size: 24px;
  }

  .oaknorth-case-study-h4 {
    font-size: 20px;
  }

  .oaknorth-case-study-para1 {
    font-size: 18px;
  }

  .oaknorth-case-study-para2 {
    font-size: 16px;
  }

  .oaknorth-case-study-para3 {
    font-size: 14px;
  }
}
