   .image-container-title {
  padding-left: 250px;
  padding-right: 250px;
  margin-top: -60px;
  min-width: 400px; /* Ensures enough space for the title */
}
@media (max-width: 900px) {
  .image-container-title {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -30px;
    min-width: 200px;
  }
}

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

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

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

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

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

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

.Miles-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) {
  .Miles-info-left { padding-left: 40px; }
  .Miles-info-right { padding-right: 40px; }
}

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

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

.Miles-problem-aim-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px; /* Adjust as needed for spacing above */
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
}

/* LEFT COLUMN */
.Miles-problem-aim-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.Miles-problem-aim-left {
  align-items: flex-start;
  padding-left: 60px;
  max-width: 350px;
  min-width: 180px;
  position: relative;
}

.Miles-problem-aim-block {
  margin-bottom: 0;
}

.Miles-problem-aim-title {
  font-weight: bold;
  font-size: 1.35rem;
  color: var(--primary);
  margin-bottom: 0.5em;
}

.Miles-problem-aim-text {
  font-size: 1.12rem;
  color: var(--primary);
  font-weight: normal;
  line-height: 1.5;
  overflow-wrap: anywhere;
    word-break: break-word; 
}

/* RIGHT COLUMN */
.Miles-problem-aim-right {
  position: relative;
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 60px;
  padding-left: 30px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.Miles-problem-aim-right-block {
  margin-bottom: 0;
  /* This will be aligned with the left block via margin-top if needed */
}

.Miles-problem-aim-right-text {
  font-size: 1.12rem;
  color: var(--primary);
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: break-word; 
}

/* ALIGNMENT HELPERS: match vertical position of right text to left heading */
.Miles-problem-aim-right-block.problem {
  margin-top: 0; /* align to The Problem title */
}

.Miles-problem-aim-right-block.aim {
  /* Find the offset of The Aim, which is 30px (margin-top) + title height + bottom margin */
  margin-top: 80px; /* same as left .Miles-problem-aim-block margin-top */
}

/* Responsive adjustments */
@media (max-width: 1100px) {
  .Miles-problem-aim-left,
  .Miles-problem-aim-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 800px) {
  .Miles-problem-aim-section {
    flex-direction: column;
    gap: 36px;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
  .Miles-problem-aim-left,
  .Miles-problem-aim-right {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .Miles-problem-aim-right-text {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
}


.image-container-userflow {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: -15px;
}
.responsive-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.custom-image-container {
  position: relative;
  width: 100%;
  height: 700px; /* Adjust overall container height as needed */
  min-width: 350px;
}

/* Base class for all manually placed images */
.manual-image {
  position: absolute;
  display: block;
}

/* Individual control for each image */
.wireframe2 {
  top: -540px;      /* Distance from top of container */
  left: 40px;      /* Distance from left of container */
  width: 540px;    /* Adjust the width as needed */
  height: auto;    /* Keep aspect ratio */
}

.wireframe-highres2 {
  top: -75px;      /* Distance from top of container */
  left: 300px;     /* Distance from left of container */
  width: 1180px;    /* Adjust the width as needed */
  height: auto;    /* Keep aspect ratio */
}



/* Responsive: stack images and make them fill the container on small screens */
@media (max-width: 1400px) {
  .custom-image-container {
    height: auto;
    min-width: 0;
  }
  .manual-image {
    position: static;
    width: 90%;
    max-width: 650px;
    margin: 20px auto;
    display: block;
  }
}

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

