@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

* {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  padding: 0;
  margin: 0;
}

.aboutPage {
  margin-top: 50px;
}

/* About Banner Section  */
/* ================ */
.banner {
  padding: 3rem 0;
  background-color: #1f3f6d;
}

.banner__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.banner__wrapper {
  display: flex;
  flex-direction: column;
}

.banner__content {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner__title {
  color: white;
  font-weight: 400;
  font-size: 26px;
  margin: 0;
}

.banner__text {
  color: white;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.9;
  margin-top: 0.5rem;

}

.banner__image-wrapper {
      height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
position: relative;
}

.banner__image {
  width: 116%;
    height: 160%;
    max-width: 634px;
    object-fit: contain;
position: absolute;
    left: -110px;
}

@media (min-width: 768px) {
  .banner__wrapper {
    flex-direction: row;
  }

  .banner__content,
  .banner__image-wrapper {
    flex: 1;
  }

  .banner__text {
    margin-top: 1rem;
    font-size: 16px;
  }

  .banner__title {
    font-size: 36px;
    margin: 0;
  }
}
/* ================ */

/* Healthy Meals Section  */
/* ================ */
.healthy-meals {
  padding: 3rem 0;
}

.healthy-meals__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.healthy-meals__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.healthy-meals__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.healthy-meals__title {
  color: #1f3f6d;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.healthy-meals__description {
  margin-top: 0.5rem;
  line-height: 1.7;
}

.healthy-meals__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.healthy-meals__image {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .healthy-meals__title {
    font-size: 36px;
    line-height: 1.3;
  }
  .healthy-meals__wrapper {
    flex-direction: row;
  }

  .healthy-meals__content {
    flex: 1;
  }

  .healthy-meals__description {
    margin-right: 3rem;
  }

  .healthy-meals__image-wrapper {
    flex: 1;
  }
}
/* ================ */

/* Meals Delivery Section  */
/* ================ */

.meal-delivery-section {
  width: 100%;
  background: #f4f4f4;
  padding: 20px 0;
}

.meal-delivery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.meal-delivery-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  color: #1f3f6d;
  margin: 25px 0px;
}

.meal-delivery-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.meal-delivery-card {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(23% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* padding: 20px; */
  /* background: #fff; */
  border-radius: 8px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.meal-delivery-image {
  max-width: 80px;
  height: auto;
}

.meal-delivery-card-title {
  font-size: 18px;
  margin-top: 15px;
  color: #333;
}

.meal-delivery-card-text {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  line-height: 1.5;
}
.about-cta {
  margin-top: 0.5rem;
  background-color: #1f3f6d;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 25px;
  border: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.about-cta:hover {
  background-color: #163053;
}
@media (max-width: 768px) {
  .meal-delivery-card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .meal-delivery-title {
    font-size: 22px;
  }
  .meal-delivery-content {
    padding: 0 30px;
  }
}

@media (max-width: 480px) {
  .meal-delivery-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {

.banner__image {
  
    left: -34px !important;
}
}

/* ================ */

/* Culinary Excellence Meets Section Styles */
/* ================ */

.culinary-section {
  padding: 40px 20px;
  background-color: #fff;
}

.culinary-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.culinary-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.culinary-image {
  flex: 1;
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: 20px;
}

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

.culinary-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.culinary-title {
  font-size: 25px;
  font-weight: 400;
  color: #1f3f6d;
  line-height: 1.3;
}

.culinary-description {
  margin-top: 10px;
  line-height: 1.7;
  width: 100%;
  font-size: 16px;
  color: #333;
}

@media (min-width: 768px) {
  .culinary-row {
    flex-direction: row;
  }
  .culinary-description {
    width: 80%;
  }
  .culinary-image {
    margin-top: 0;
    justify-content: center;
  }

  .culinary-text {
    padding-left: 20px;
  }
  .culinary-title {
    font-size: 36px;
  }
}
/* ================ */

/* Join Us Section Styles */
/* ================ */

.join-us-section {
  padding: 40px 20px;
  background: #f4f4f4;
}

.join-us-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.join-us-row {
  display: flex;
  flex-wrap: wrap;
}

.join-us-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 20px;
}

.join-us-title {
  font-size: 40px;
  font-weight: 400;
  color: #1f3f6d;
  line-height: 1.3;
}

.join-us-description {
  margin: 15px 0 30px;
  line-height: 1.7;
  font-size: 18px;
  color: #333;
  width: 85%;
}

.join-us-button {
  width: 134.36px;
  height: 39.43px;
  border-radius: 4px;
  background-color: #1f3f6d;
  color: #fff;
  border: none;
  outline: none;
  font-size: 15px;
  text-align: center;
    padding-top: 10px;
}

.join-us-button:hover {
  background-color: #153257;
}

.join-us-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.join-us-image img {
  max-width: 100%;
  height: auto;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .join-us-title {
    font-size: 25px;
  }
  .join-us-description {
    font-size: 16px;
    width: 100%;
  }
  .join-us-row {
    flex-direction: column;
    align-items: center;
  }

  .join-us-text {
    text-align: left;
    padding: 0 20px;
  }

  .join-us-image {
    margin-top: 20px;
  }
  .join-us-button {
    width: 120px;
    height: 38px;
    font-size: 15px;
    margin-bottom: 40px;
  }
}
/* ================ */
