*{
    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;
}


/* /////////////// Project overview////////////////////// */
.overview{
  max-width: 1200px;
  margin:auto; /* Centers this flex item within the wrapper-case */
  padding:48px;
  display:flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.overview-text{
  flex: 1;
}

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


/* |||||||||||||||||||||||||||| */

/* ===== Workshop Section ===== */
.workshop-section {
  background-color: #f4f7fa;
  padding: 80px 20px;
}

.workshop-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 30px;
}

.workshop-text {
  flex: 1 1 60%;
  min-width: 300px;
}

.workshop-text p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #444;
}

.workshop-list {
  font-size: 18px;
  padding-left: 20px;
  color: #444;
}

.workshop-list li {
  margin-bottom: 12px;
  line-height: 1.6;
}

.workshop-image {
  flex: 1 1 400px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.workshop-image img {
  width: 400px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.centered-image-section {
  background-color: #f0f4fc; /* Choose any background color */
  padding: 60px 0;
  text-align: center;
}

.centered-image-section img {
  max-width: 100%;
  height: auto;
}


.centered-image-section2 {
  background-color: #f4f7ff; /* Light background color */
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #333;
}

.centered-image-section2 .section-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c3e50;
}

.centered-image-section2 p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.7;
  color: #555;
}

.centered-image-section2 img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}


/* ///////////Competetive/////////// */
.image-row-section {
  background-color: #f0f4fa;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  color: #333;
  text-align: center;
}

.image-row-section .section-title {
  font-size: 36px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 20px;
}

.image-row-section .section-description {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555;
  line-height: 1.6;
}

.image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.image-row img {
  width: calc(100% / 3 - 40px);
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

/* //////////////////////////////// */
.learnings-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #ffffff;
  padding: 80px 20px;
  gap: 60px;
  flex-wrap: wrap;
}

.learnings-section .text-content {
  max-width: 600px;
  font-family: 'Poppins', sans-serif;
  color: #2c3e50;
}

.learnings-section .section-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.learnings-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.learnings-list li {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px 24px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-size: 17px;
  line-height: 1.6;
}

.image-content img {
  max-width: 500px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-top:75px;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
}

/* Responsive */
@media (max-width: 1024px) {
  .learnings-section {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .image-content img {
    max-width: 100%;
    margin-top: 40px;
  }
}


/* .image-row img:hover {
  transform: scale(1.03);
} */

/* Responsive: 2 items per row on tablets */
@media (max-width: 1024px) {
  .image-row img {
    width: calc(50% - 30px);
  }
}

/* Responsive: 1 item per row on mobile */
@media (max-width: 600px) {
  .image-row img {
    width: 100%;
  }
}


/* Responsive adjustments */
@media (max-width: 1200px) {
  .image-row img {
    width: calc(100% / 4 - 20px);
  }
}

@media (max-width: 768px) {
  .image-row img {
    width: calc(100% / 2 - 20px);
  }
}






/* ===== Responsive ===== */
@media (max-width: 768px) {
  .workshop-container {
    flex-direction: column;
  }

  .workshop-image {
    justify-content: center;
    margin-top: 30px;
  }

  .section-title {
    font-size: 28px;
    text-align: left;
  }
}
