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

p{
  line-height: 1.6;
}

html,body{
    width:100%;
    height:100%;
}

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

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

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

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

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

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

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

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

html{
  scroll-behavior: smooth;
}

/* ////////////////// WRAPPER //////////////////////////  */
.wrapper-case{
    display:flex; /* Changed to flex */
    flex-direction: column; /* Stacks sections vertically */
    
    width:100%;
}

/* /////////////// hero image////////////////////// */
.container {
  width: 100%;
  display: flex;
  justify-content: center;
}

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

/* Hero section */
.header2 {
  position: relative;
  width: 100%;
  background-color: #000; /* Black background behind image */
  display: inline-block;
}

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

/* Centered heading on image */
.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;
}

/* /////////////////////// */

.section {
  max-width: 1100px;
  margin: auto;
  background-color: #fff;
  padding: 30px;
  /* border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}

.section .section-title
{
    text-align:center;
}

.section {
  margin-bottom: 60px;
}

.section-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.section-title.blue {
  color: #007bff;
}


.section-title span {
  font-weight: normal;
  color: #444;
}

.overview-text {
  font-size: 18px;
  line-height: 1.8;
}

.subheading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.column {
  flex: 1;
  min-width: 300px;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-list {
  list-style: disc inside;
}

.solution-list li {
  margin-bottom: 12px;
  font-size: 16px;
}

 /* //////// User Research /////////// */



.user-research-wrapper {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 14px;
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); */
}

.user-research-header {
  text-align: center;
  margin-bottom: 50px;
}

.user-research-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.text-highlight {
  color: #007BFF;
}

.user-research-subtitle {
  font-size: 18px;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.user-research-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.research-column {
  flex: 1;
  min-width: 300px;
  background-color: #fafafa;
  padding: 25px 50px;
  border-radius: 12px;

  /* box-shadow: 0 0 10px rgba(0,0,0,0.04); */
}

.research-subheading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #222;
}

.question-list,
.insight-list {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.question-list li,
.insight-list li {
  margin-bottom: 10px;
}

/* //////////SURVEY RESULTS///////// */

.image-grid-section {
  padding: 40px 20px;
  background-color: #fff;
}

.section-title.blue {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #0056b3;
}

.section-title.blue span {
  color: #1e90ff;
}

.swiper {
  width: 100%;
  padding: 30px 0;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 0 20px;
}

.image-box {
  text-align: center;
}

.image-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.image-container img {
  width: 100%;
  height: auto;
  border: 2px #f7f7f7 solid;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
}
/* /////////////Wireframes//////// */

.wire-container{
  background-color:#f7f7f7;
  width:100%;
  padding:40px 0;

}

.wire-wrapper{
  display:flex;
  flex-direction: column;
  align-items:center;
  text-align:center;

   max-width: 1200px;    /* Optional: to limit content width */
  margin: 0 auto;       /* Center the content */
  padding: 0 20px;      /* Optional: horizontal padding for small screens */
}

.description{
  margin-bottom:20px;
}




.section-title.blue {
  color: #007bff;
}



/* /////////////Final Screens//////// */
.final-screens-bg {
    background-color: #3c7bdb;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 60px 0;
  }

  .final-screens {
    column-count: 3;
    column-gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .final-screens img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    break-inside: avoid;
    border-radius: 12px;
  }

 .final-screens-bg .section-title,
.final-screens-bg .section-title span {
  color: white;
}





@media screen and (max-width: 768px) {
  .image-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
  }

  .image-box {
    width: 100%;
    max-width: 320px;
  }

  .image-box:nth-child(n+4) {
    display: none;
  }
}
