:root {
  --primary: #34568B;
  --secondary: #F06C00;
  --light: #f9f9f9;
}


body, html {
  margin: 0;
  padding: 0;
  background-color: #F0ECE4;
  min-height: auto;
  height: auto !important; /* Override global styles */
}


.website-heading-bg {
  position: relative;
  width: 100vw;
  min-width: 100vw;
  height: auto; /* Adjust as needed for your image */
  overflow: hidden;
}

.website-heading-bg img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  display: block;
}

.website-heading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  pointer-events: none;
}

.website-heading-title {
  text-align: center;
  color: #F0ECE4;
  font-size: 2.8em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 0;
  pointer-events: auto;
}

.website-heading-desc {
  position: absolute;
  top: 80px;
  right: 180px;
  width: 1000px;
  max-width: 40vw;
  color: #F0ECE4;
  font-size: 1.15em;
  padding: 18px 24px;
  pointer-events: auto;
}


.website-heading-desc strong {
  font-weight: bold;
  color: #F0ECE4;
}

@media (max-width: 900px) {
  .website-heading-bg,
  .website-heading-bg img,
  .website-heading-overlay {
    width: 100vw;
    min-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    height: auto; /* Adjust as needed for your image */
  }
  .website-heading-title {
    font-size: 2em;
    margin-top: 50px;
  }
  .website-heading-desc {
    width: 90vw;
    max-width: 90vw;
    margin: 124px auto 0 auto;
    right: auto;
    top: auto;
    font-size: 1em;
    padding: 14px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.25);
    padding: 0px;
  }
}

@media (max-width: 1200px) {
  .website-heading-desc {
    font-size: 0.9em;
    padding: 12px 8px;
  }
}

/* Info section */
.website-info-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100vw;
  max-width: 100%;
}

.website-info-column {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--primary-blue);
  padding-left: 0;
  padding-right: 0;
}

.website-info-left {
  align-items: center;
  padding-left: 100px;
}

.website-info-center {
  align-items: center;
}

.website-info-right {
  align-items: center;
  padding-right: 100px;
}

.website-info-column h4 {
  font-weight: bold;
  font-size: 1.35rem;
  margin-bottom: 0.7em;
  color: var(--primary);
  text-align: center;
}

.website-info-content {
  font-weight: normal;
  font-size: 1.12rem;
  color: var(--primary);
  text-align: center;
  line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 1100px) {
  .website-info-left { padding-left: 40px; }
  .website-info-right { padding-right: 40px; }
}

@media (max-width: 900px) {
  .website-hero-text {
    width: 90%;
    max-width: 100vw;
    padding: 0 1em;
    top: 10px;
  }
  .website-hero-text h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .project-overview h2 {
    font-size: 1.1rem;
  }
  .project-overview p {
    font-size: 1rem;
  }
  .website-info-section {
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
    gap: 24px;
  }
  .website-info-left,
  .website-info-right,
  .website-info-center {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
  .website-info-column h3 {
    text-align: center;
  }
}

.website-secondary-divider {
  border: none;
  height: 3px;
  background: var(--secondary);
  border-radius: 2.5px;
margin: 30px 75px 0 75px;
}

.hero-heading-bg img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding-left: 250px;
  padding-right: 250px;
  padding-top: 50px;
}
.website-hero-text {
    text-align: center;
    padding-top: 20px;
    color: var(--primary);
font-size: 1.6em;
}

.website-image-section {
  width: 100%;
  text-align: center;
}

.website-image-heading {
  margin: 40px 0 0 150px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  color: var(--primary);
}

.website-ideation-img {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 5px;
  box-sizing: border-box;
}

.website-section-img {
  padding-left: 150px;
  padding-right: 150px;
  width: 100%;
  height: auto;
 box-sizing: border-box;
display: block; 
  padding-top: 5px;
}
.website-code-review-img {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 5px;
  box-sizing: border-box;
}
.website-code-img {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 5px;
  box-sizing: border-box;
}

.website-sidebar-img {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 5px;
  box-sizing: border-box;
}

.website-issues-img {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 5px;
  box-sizing: border-box;
}

.website-final-img {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 5px;
  box-sizing: border-box;
}

@media (max-width: 1000px) {
  .website-image-heading,
  .hero-heading-bg img,
    .website-ideation-img,
  .website-section-img,
  .website-code-img,
  .website-sidebar-img,
  .website-code-review-img,
  .website-issues-img,
  .website-final-img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .website-image-heading {
    margin-left: 20px;
  }
}

@media (max-width: 600px) {
  .website-image-heading {
    padding-left: 40px;
    padding-right: 40px; /* Adjust margin for smaller screens */
    font-size: 1.2em; /* Smaller font size */
  }
}