* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', Helvetica, sans-serif;
}

html, body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

p {
  line-height: 1.6;
}

h1 {
  font-size: 44px;
  color: #fff;
}

h2 {
  font-size: 36px;
  color: #fff;
}

h3 {
  font-size: 30px;
  font-style: normal;
}

h4 {
  font-style: normal;
  font-size: 16px;
}

#nav-placeholder {
  background-color: #000;
  height: 76.5px;
  position: relative;
  z-index: 0;
}

.sec-title h2 {
  color: #171717;
  font-size: 36px;
}

/* === HEADER === */
.nav-collection {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.nav-link a {
  text-decoration: none;
  color: #ffffff;
}

/* ////////////////// WRAPPER ////////////////////////// */
.wrapper-case {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* ========== HERO IMAGE ========== */
.container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.wrapper-case {
  width: 100%;
  position: relative;
}

.header2 {
  position: relative;
  width: 100%;
  background-color: #000;
  display: inline-block;
}

.header2 img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.6;
}

.case-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.case-heading h1 {
  font-size: 48px;
  color: #fff;
  margin: 0;
  max-width: 1000px;
}

/* ========== PROJECT OVERVIEW ========== */
.overview-title {
  text-align: left !important;
  margin-left: 0 !important;
}

.overview {
  max-width: 1200px;
  margin: auto;
  padding: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.overview-text {
  flex: 1 1 0;
  min-width: 300px;
}

.overview-text p {
  width: 100%;
  margin: 16px 0;
  line-height: 1.6;
}

.overview-img {
  flex: 0 0 300px;
}

.overview-img .img {
  width: 100%;
  height: 100%;
}

/* ========== ABOUT PROJECT ========== */
.about {
  background-color: #f7f7f7;
  width: 100%;
}

.about-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  padding: 40px 0;
  max-width: 1200px;
  margin: auto;
}

.about-inner > div {
  flex: 1;
}

/* ========== BRIEF SECTION ========== */
.brief-wrapper {
  display: flex;
  justify-content: space-around;
  padding: 32px 24px;
}

.brief-all-text {
  display: flex;
  flex-direction: column;
}

.brief-all-text .main-title {
  text-align: left;
  margin-left: 0;
}

.brief-text {
  max-width: 800px;
}

/* ========== STAKEHOLDERS ========== */
.stakeholder-title {
  text-align: left !important;
  margin-left: 0px !important;
}

.stakeholder-wrapper {
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
  height: auto;
  padding-left: 42px;
  padding-right: 42px;
}

.stakeholder {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 32px 0;
}

.stakeholder img {
  border: 1px #c3d7ec solid;
}

/* ========== PERSONA ========== */
.persona-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
}

/* ========== PRE-JOURNEY ========== */
.pre-journey {
  display: flex;
  width: 100%;
  margin-left: 40px;
  background-color: #f7f7f7;
}

.journey-text {
  max-width: 800px;
  margin-left: 42px;
  padding-top: 42px;
}

/* ========== SCROLLABLE IMAGE ========== */
.scroll-wrapper {
  width: 100vw;
  overflow-x: auto;
}

.image-container {
  padding-top: 42px;
  width: max-content;
}

img {
  display: block;
  max-width: none;
  height: auto;
}

/* ========== MAIN TITLES ========== */
.main-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin: 40px 20px 20px;
  color: #2c3e50;
}

/* ========== REFLECTION SECTION ========== */
.layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  gap: 150px;
}

.wrapper {
  flex: 1 1 600px;
  max-width: 700px;
}

.image-box {
  flex: 0 0 300px;
}

.image-box img {
  width: 300px;
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
}

.section {
  background: #fff;
  padding: 24px;
}

h2 {
  color: #2c3e50;
  font-size: 22px;
  margin-bottom: 12px;
  border-left: 4px solid #3498db;
  padding-left: 12px;
}

p,
li {
  font-size: 16px;
  line-height: 1.6;
}

ul {
  padding-left: 20px;
  margin: 12px 0;
}
