.reinvent-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 85px;
  background: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
  height: 55vh; /* Adjusts height */
  color: #000000;
}

.text-container {
  display: flex;
  width: 100%;
  justify-content: space-between; /* Align heading to left and paragraph to right */
  align-items: flex-start; /* Aligns items to the top */
}

.headline {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 900;
  max-width: 50%; /* Restrict heading to 50% width */
  text-align: left;
}

.highlight {
  color: #000000;
}

.arrow {
  color: #000000;
  font-weight: bold;
  font-size: 6rem;
}

.description {
  font-size: 2rem;
  line-height: 1.8;
  max-width: 50%; /* Restrict description to 50% width */
  text-align: left; /* Aligns paragraph text to the right */
  margin-left: 20px;
}

.cta {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 3rem;
  margin-top: 10px;
}

.cta span {
  color: #000000;
  font-weight: bold;
}
/* Responsiveness for Mobile (Below 768px) */
@media (max-width: 768px) {
  .reinvent-section {
    padding: 40px;
    height: auto;
  }

  .text-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .headline,
  .description {
    max-width: 100%;
    font-size: 3rem; /* Decrease font size for smaller screens */
  }

  .headline {
    font-size: 3.5rem;
  }

  .description {
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 20px;
  }

  .cta {
    font-size: 2rem;
    margin-top: 20px;
  }
}
/*----------------------------------------------------- end------------------------------------------- */
/*------------------------------------------------------- end */
.container-one {
  max-width: 80%;
  margin: 5rem auto; /* Combined margin properties */
  background-color: #f5f5f5;
  border-radius: 15px;
}

.header {
  color: #000000; /* Simplified color notation */
  padding: 1em 0;
  text-align: center;
}

.header-title {
  margin: 0;
  color: #000000; /* Simplified color notation */
}

.main-content {
  padding: 2em;
  margin: 0 auto;
}

.about-us {
  padding: 2em;
  font-size: 1.5rem;
  color: #333333; /* Simplified color notation */
}

.about-us h2,
.about-us h3 {
  color: #000000; /* Simplified color notation */
}

.section-title {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.intro-text {
  font-size: 1.2em;
  margin-bottom: 1em;
}

.mission-statement,
.story-text,
.commitment-text,
.call-to-action {
  margin-bottom: 1.5em;
}

.section-subtitle {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.offerings-list {
  list-style: none;
  padding: 0;
}

.offering-item {
  margin-bottom: 1em;
  border-radius: 4px;
}

.call-to-action {
  font-weight: bold;
}

.contact-link {
  color: #000000; /* Brighter green for better visibility */
  text-decoration: none;
  font-weight: bold;
}

.contact-link:hover {
  text-decoration: underline;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .header {
    padding: 1em 0.5em;
  }
  .container-one {
    max-width: 97%;
  }
  .header-title {
    font-size: 1.5em;
  }

  .about-us {
    font-size: 1.5rem;
    padding: 1.5em;
  }

  .section-title {
    font-size: 1.6em;
  }

  .section-subtitle {
    font-size: 1.2em;
  }

  .call-to-action {
    font-size: 1.1rem;
  }

  .call-to-action p {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .header-title {
    font-size: 1.2em;
  }
  .call-to-action {
    font-size: 1.5rem;
  }
  .container-one {
    max-width: 97%;
  }
  .about-us {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 1.4em;
  }

  .section-subtitle {
    font-size: 1.1em;
  }

  .call-to-action p {
    font-size: 1.5rem;
  }
}
