* {
  box-sizing: border-box;
}

 /* Override navbar colors for this page */
 header nav a,
 header .logo {
     color: rgba(255,255,255,1);
 }

body {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}


/* Main Container */
.project-container {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  position: relative;
  margin-top: 0;
  overflow: visible;
}

/* Hero Stripe */
.hero-image {
  width: 100%;
  aspect-ratio: 3919 / 2263;
  background: url("../images/final-hero.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
}

/* Shared Section Label */
.section-label {
  width: 10%;
  position: relative;
  align-items: flex-start;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}



/* Project info section*/
.project-info-section {
  width: 100%;
  position: relative;
  display: flex;
}

.project-info-container {
  width: 100%;
  padding: 8% 10%;
  display: flex;
  flex-direction: row;
  gap: 10%;
}

.main-heading {
  flex: 1;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Urbanist;
  font-weight: Regular;
  font-size: 35px;
  opacity: 1;
  text-align: left;
}

.project-info {
  height: auto;
  opacity: 1;
  position: relative;
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 20px 15px;
}

.info-row-label {
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 14px;
  opacity: 1;
  text-align: left;
  grid-column: 1;
}

.info-row-text {
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}

/* Responsive Design for Project Info Section */

@media (max-width: 1200px) {
  .project-info-container {
    flex-direction: column;
  }

  .main-heading {
    width: 100%;
  } 

  .project-info {
    width: 100%;
    margin-top: 30px;
  }
}

/* Background section*/
.background-section{
  width: 100%;
  background: rgba(244, 244, 244, 1);
  position: relative;
  display: flex;
}
.background-container {
  width: 100%;
  padding: 8% 10%;
  display: flex;
  flex-direction: row;
}
.background-content-container {
  width: 80%;
  padding-left: 10%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}

.background-title {
  width: 100%;
  color: rgba(0,0,0,1);
  font-family: Urbanist;
  font-weight: 700;
  font-size: 25px;
}
.background-description {
  width: 100%;
  padding-top: 5%;
  color: rgba(0,0,0,1);
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
}

/* Challenge section*/
.challenge-section{
  width: 100%;
  background: #FAFAFA;
  position: relative;
  display: flex;
}
.challenge-container {
  width: 100%;
  padding: 8% 10%;
  display: flex;
  flex-direction: row;
}
.challenge-content {
  width: 80%;
  padding-left: 10%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.challenge-question {
  width: 100%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Urbanist;
  font-weight: 700;
  font-size: 25px;
}
.challenge-description {
  width: 100%;
  margin-top: 5%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  line-height: 1.6;
}

/* System Before section*/
.system-before-section{
  width: 100%;
  position: relative;
  display: flex;
}
.system-before-container {
  width: 100%;
  padding: 8% 10%;
  display: flex;
  flex-direction: row;
}
.system-before-content {
  width: 80%;
  padding-left: 10%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  position: relative;
}
.system-before-left-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.system-before-right-container {
  width: 45%;
  margin-left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.double-image-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.system-before-image-title {
  width: 100%;
  margin-top: 5%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.system-before-subtitle {
  width: 100%;
  margin-top: 3%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.old-system-image-1 {
  width: 100%;
  aspect-ratio: 846 / 2935;
  background: url("../images/old-system-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
}

.old-system-image-2 {
  width: 100%;
  margin-left: 10%;
  aspect-ratio: 851 / 2948;
  background: url("../images/old-system-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
}

.old-system-image-3 {
  width: 50%;
  aspect-ratio: 852 / 2666;
  background: url("../images/old-system-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
}


/* Process section*/
.process-section{
  width: 100%;
  background: #FAFAFA;
  position: relative;
  display: flex;
}
.process-container {
  width: 100%;
  padding: 8% 10%;
  display: flex;
  flex-direction: row;
}
.process-content {
  width: 80%;
  padding-left: 10%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}

.process-list-container{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.process-title {
  width: 100%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Urbanist;
  font-weight: 700;
  font-size: 25px;
}

.process-description {
  width: 100%;
  margin-top: 5%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  line-height: 1.6;
}

.process-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.process-bullet-point-title {
  width: 100;
  padding-left: 3%;
  margin-bottom: 1%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}
.process-point-description {
  width: 100%;
  padding-left: 3%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
}

/* Insights section*/
.insights-section{
  width: 100%;
  position: relative;
  display: flex;
}
.insights-container {
  width: 100%;
  padding: 8% 10%;
  display: flex;
  flex-direction: row;
}
.insights-content {
  width: 80%;
  padding-left: 10%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}

.insights-paragraph-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5%;
}

.insights-paragraph-container-final{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.insights-paragraph-title {
  width: 100%;
  margin-bottom: 3%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Urbanist;
  font-weight: 700;
  font-size: 25px;
}

.insights-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.insight-bullet-point-title {
  width: 100;
  padding-left: 3%;
  margin-bottom: 2%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}

.insight-description {
  width: 100%;
  padding-left: 3%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
}

/* Solution section*/
.solution-section{
  width: 100%;
  position: relative;
  background: #FAFAFA;
  display: flex;
}
.solution-container {
  width: 100%;
  padding: 8% 10%;
  display: flex;
  flex-direction: row;
}
.solution-content {
  width: 80%;
  padding-left: 10%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.solution-title {
  width: 100%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Urbanist;
  font-weight: 700;
  font-size: 25px;
}
.solution-description {
  width: 100%;
  padding-top: 5%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  line-height: 1.6;
}



/* Features section*/
.features-section{
  width: 100%;
  position: relative;
  display: flex;
}
.features-container {
  width: 100%;
  padding: 8% 10%;
  display: flex;
  flex-direction: row;
}
.features-content {
  width: 80%;
  padding-left: 10%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.features-paragraph {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 25%;
}

.features-final-paragraph {
  width: 100%;
  margin-top: 25%;
  display: flex;
  flex-direction: column;
}

.features-final-paragraph-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.feature-text {
  width: 50%;
  padding-top: 6%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.feature-text-title {
  width: 100%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}

.feature-text-title-2 {
  width: 100%;
  margin-top: 15%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}

.feature-text-description {
  width: 100%;
  margin-top: 3%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  line-height: 1.8;
}

.feature-disclaimer {
  width: 100%;
  margin-top: 3%;
  padding-right: 0%;
  display: flex;
  align-items: end;
  justify-content: flex-end;
}

.feature-disclaimer-text {
  width: 40%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  opacity: 1;
  text-align: center;
}


.feature-image-interactive {
  width: 40%;
  margin-left: 10%;
  position: relative;
}

.feature-image-interactive video {
  width: 90%;
  padding-left: 10%;
  height: auto;
  display: block;
}

.feature-image-trends {
  width: 40%;
  margin-right: 10%;
  position: relative;
}

.feature-image-trends video {
  width: 90%;
  padding-left: 10%;
  height: auto;
  display: block;
}
.feature-image-compare {
  width: 40%;
  margin-left: 10%;
  position: relative;
}

.feature-image-compare video {
  width: 90%;
  padding-left: 10%;
  display: block;
}


/* Contributions section*/
.contributions-section{
  width: 100%;
  position: relative;
  background: #FAFAFA;
  display: flex;
}
.contributions-container {
  width: 100%;
  padding: 8% 10%;
  display: flex;
  flex-direction: row;
}
.contributions-content {
  width: 80%;
  padding-left: 10%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.contributions-title {
  width: 100%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Urbanist;
  font-weight: 700;
  font-size: 25px;
}
.contributions-description {
  width: 100%;
  padding-top: 2%;
  padding-left: 3%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  line-height: 1.6;
}
.contributions-description li {
  margin-bottom: 1%;
}

.contributions-description li:last-child {
  margin-bottom: 0;
}


/* Impact section*/
.impact-section{
  width: 100%;
  position: relative;
  background: rgb(255, 255, 255);
  display: flex;
}
.impact-container {
  width: 100%;
  padding: 8% 10%;
  display: flex;
  flex-direction: row;
}
.impact-content {
  width: 80%;
  padding-left: 10%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.impact-title {
  width: 100%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Urbanist;
  font-weight: 700;
  font-size: 25px;
}
.impact-description {
  width: 100%;
  padding-top: 2%;
  padding-left: 3%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  line-height: 1.6;
}
.impact-description li {
  margin-bottom: 1%;
}

.impact-description li:last-child {
  margin-bottom: 0;
}