.page-hero-about {
  position: relative;
  background-image: url("../img/man-cleaning.8ef650eb35c4.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 2rem 0rem;
  color: #fff;
  overflow: hidden;
  height: 80vh;
}

.page-hero-about .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.page-hero-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.page-hero-about .page-hero-content {
  position: absolute;
  bottom: 3rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  text-shadow: 0 2px 2px rgb(0, 0, 0);
  margin: 0;
}

.page-hero-text h1 {
  line-height: 1.3;
}

.page-hero-text p {
  margin: 0;
  line-height: 1.3;
  font-size: 16px;
  width: 100%;
  max-width: 320px;
}

.page-hero-cta a {
  padding: 0.75rem 1.5rem;
  background-color: #d4b401;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  text-shadow: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.335);
}

.who-we-are {
  color: #0b1f3a;
  padding: 2rem 0rem;
}

.who-we-are-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 0 2rem;
}

.section-line {
  margin: 0 auto;
}

/* .section-heading{
  
} */

.section-heading h3 {
  color: #0b1f3a;
  font-family: "Inter" sans-serif;
}

.who-we-are-content p {
  font-size: 15px;
  line-height: 2;
}

.who-we-are-content a {
  text-decoration: none;
  padding: 0.7rem 1.7rem;
  font-weight: 500;
  border-radius: 0.3rem;
  background-color: #d4b401eb;
  color: #f8fafc;
  transition: all 0.5s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.356);
}

.sections {
  padding-bottom: 1rem;
}

hr {
  border: none;
  border-top: 2px solid #0a8f3d;
  height: 0;
}

.value-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.value-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.108);
}

.value-item-icon {
  background-color: #e5e7eb;
  border-radius: 1rem;
  padding: 1rem;
}

.value-item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.value-item-text span {
  font-size: 19px;
  font-weight: 500;
}
.value-item-text p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.why-content .section-item {
  background-color: #ffffff;
  border-radius: 1rem;
  border: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem 3rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.108);
}

.section-item img {
  width: 60px;
  height: 60px;
}

.section-item span {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.partner-banner {
  border-radius: 1rem;
}

.banner-header {
  font-size: 22px;
  font-weight: 500;
}

.about-partner .banner-cta {
  flex-direction: row;
  justify-content: center;
}

.about-partner .banner-cta a {
  padding: 0.7rem 1rem;
  font-size: 16px;
  font-weight: 500;
}

.why-us {
  align-items: center;
}

@media (min-width: 768px) {
  .why-us {
    padding: 2rem 0;
  }

  .who-we-are .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }

  .who-we-are-content {
    align-items: flex-start;
    gap: 2rem;
    padding: 0;
    width: 65%;
  }

  .who-we-are-img {
    width: 35%;
  }

  .who-we-are-img img {
    width: 100%;
    height: auto;
  }

  .who-we-are-content p {
    line-height: 1.8;
  }

  .value-container {
    justify-content: center;
  }

  .value-item {
    background-color: #ffffff;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
  }

  .value-item-icon {
    background-color: transparent;
    padding: 0;
  }

  .value-item-text {
    align-items: center;
  }

  .value-item-text span {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
  }

  .value-item-text p {
    line-height: normal;
    text-align: center;
    margin: 0;
  }

  .core-value .who-we-are-content {
    align-items: center;
    width: 100%;
  }

  .why-content .section-item {
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.108);
  }

  .about-partner .partner-banner {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    border-radius: 0;
    margin: 0;
    padding: 2rem 2rem;
  }

  .banner-text .banner-header {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
  }

  .banner-text .banner-description {
    text-align: left;
    font-size: 14px;
  }

  .our-division-section {
    padding: 2rem 0;
  }

  .our-division-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
  }

  .our-division-container .section-heading {
    text-align: center;
  }

  .division-item {
    display: flex;
    flex-shrink: 0;
    gap: 1rem;
    padding: 1rem;
    height: 100%;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.108);
  }

  .division-item-icon {
    background-color: #e5e7ebc1;
    display: flex;
    justify-content: center;
    padding: 1rem;
    width: 90px;
    height: 90px;
    border-radius: 1rem;
  }

  .division-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
  }

  .division-item-text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #0b1f3a;
  }

  .division-item-title {
    font-size: 16px;
    font-weight: 600;
  }
  .division-item-info {
    font-size: 14px;
  }

  .division-item-content a {
    text-decoration: none;
    font-weight: 500;
    color: #0b1f3a;
    transition: all 0.5s ease;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  hr {
    border-top: 0.6rem solid #1565c0;
  }

  .section-line {
    margin: 0;
  }

  .why-us {
    align-items: flex-start;
  }
  .who-we-are .container {
    gap: 2rem;
  }

  .who-we-are-content {
    gap: 2rem;
    padding: 0;
    padding-right: 2rem;
    width: 50%;
  }

  .who-we-are-img {
    width: 50%;
  }

  .who-we-are-img img {
    width: 100%;
    height: auto;
  }

  .core-value .who-we-are-content {
    align-items: flex-start;
    width: 100%;
  }

  .why-content .section-item {
    padding: 1rem;
    color: #0b1f3a;
  }

  .section-item img {
    width: 50px;
    height: 50px;
  }

  .section-item span {
    font-size: 16px;
    text-align: center;
  }

  .section-item p {
    font-size: 14px;
    text-align: center;
    margin: 0;
  }

  .about-partner .partner-banner {
    padding: 3rem 5rem;
  }

  .banner-text .banner-header {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
  }

  .banner-text .banner-description {
    text-align: left;
    font-size: 16px;
  }

  .about-partner .banner-cta {
    gap: 2rem;
    margin: 0;
  }

  .about-partner .banner-cta .btn {
    padding: 0.8rem 2.2rem;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.5s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.356);
  }

  .about-partner .banner-cta .cta-primary:hover {
    background-color: #0a8f3d;
    border-color: #0a8f3d;
    transform: scale(0.95);
  }
  .about-partner .banner-cta .btn {
    padding: 0.8rem 2.2rem;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.5s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.356);
  }

  .about-partner .banner-cta .cta-secondary:hover {
    background-color: #d4b401;
    border-color: #d4b401;
    transform: scale(0.95);
  }

  .who-we-are-content a:hover {
    background-color: #0a8f3d;
    color: #ffffff;
    transform: scale(0.95);
  }

  .division-item {
    align-items: center;
    gap: 2rem;
  }

  .our-division-container .section-heading {
    text-align: left;
  }

  .division-item-content a:hover {
    text-decoration: none;
    font-weight: 500;
    color: #0a8f3d;
  }
}
