@import url("https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.green-finishing-approach {
  padding: 140px 0 90px;
  background-color: var(--forestGreen);
  position: relative;
  overflow: hidden;
}

.green-finishing-approach div:has(> .animate-image) {
  overflow: visible;
}

.green-finishing-approach .animate-image {
  background-color: var(--forestGreen);
}

.green-finishing-approach__wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.green-finishing-approach__top {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  padding-bottom: 80px;
}

.green-finishing-approach__top-content {
  max-width: 700px;
  width: 100%;
}

.green-finishing-approach__top-title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.green-finishing-approach__top-title--img img {
  width: 140px;
  height: 160px;
  object-fit: contain;
  display: block;
}

.green-finishing-approach p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16.17px;
  line-height: 21.6px;
  letter-spacing: -0.32px;
  color: var(--white);
}

.green-finishing-approach p:not(:last-child) {
  margin-bottom: 20px;
}

.green-finishing-approach h3 {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 36.3px;
  line-height: 42.25px;
  letter-spacing: -0.77px;
  text-align: right;
  color: var(--white);
}

.green-finishing-approach h3 span {
  color: var(--light-green);
  display: block;
}

/* bottom */
.green-finishing-approach__bottom-imageWrap {
  display: flex;
  /* justify-content: flex-start; */
  justify-content: space-between;
  gap: 62px;
  position: relative;
}

.green-finishing-approach__bottom-imageWrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  height: 125px;
  background-color: var(--white);
}

.green-finishing-approach__bottom-largeImg {
  max-width: 709px;
  width: 100%;
  position: relative;
  clip-path: unset !important;
  animation: unset !important;
  opacity: 1 !important;
}

.green-finishing-approach__bottom-largeImg .animate-image {
  background-color: var(--forestGreen);
  transition: width 1s ease;
  height: 100% !important;
  z-index: 1;
  left: unset;
  right: 0;
}

.green-finishing-approach__bottom-largeImg:has(.animate-image) > img {
  transform: scale(1) !important;
}

.green-finishing-approach__bottom-largeImg .animate-image.reveal {
  width: 0;
  transition: width 1s ease;
}

.green-finishing-approach__bottom-largeImg {
  margin-left: calc((100% - var(--container-width)) / 2 - 8px);
}

.green-finishing-approach__bottom-largeImg::after {
  position: absolute;
  top: 23px;
  right: -58px;
  width: 110px;
  height: 110px;
  background-color: #d3f472;
  border-radius: 50%;
  opacity: 80%;
}

.green-finishing-approach__bottom-largeImg:has(img)::after {
  content: "";
}

.green-finishing-approach__bottom-largeImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 576px;
}

.green-finishing-approach__bottom-content {
  /* max-width: calc(100% - 720px); */
  max-width: calc(100% - 756px);
  padding: 78px 15.43px 302px 40px;
  position: relative;
}

.green-finishing-approach__bottom-content--inner {
  width: 100%;
}

/* icon list */

.green-finishing-approach__bottom-list-content {
  max-width: 662px;
  width: 100%;
}

.green-finishing-approach__bottom-list-content p {
  color: var(--text);
}

.green-finishing-approach__bottom-icon-lists {
  padding: 80px 0 0 103px;
  position: relative;
}

.green-finishing-approach__bottom-icon-lists::before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  /* height: calc(100% + 90px); */
  height: 150%;
  background-color: var(--white);
}

.green-finishing-approach__bottom-list {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.green-finishing-approach__bottom-list--grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}

.green-finishing-approach__bottom-list--grid-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--text);
  width: 100%;
}

.green-finishing-approach__num {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 90px;
  line-height: 107.52px;
  color: var(--forestGreen);
  max-width: 242px;
  width: 100%;
}

.green-finishing-approach__bottom-list--grid-item p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16.17px;
  line-height: 21.6px;
  letter-spacing: -0.32px;
  color: var(--text);
}

.green-finishing-approach__bottom-list--grid-item h6 {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.32px;
  color: var(--text);
}

.green-finishing-approach__bottom-list--grid-item .icon {
  max-width: 56px;
  width: fit-content;
  aspect-ratio: 1/1;
  padding: 16px;
  border-radius: 4px;
  background-color: var(--light-green);
}

.green-finishing-approach__bottom-list--grid-item .icon img {
  max-width: 24px;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  display: block;
  object-fit: contain;
}

.green-finishing-approach__bottom-list--grid-item .desc {
  max-width: calc(100% - 86px);
  width: 100%;
}

.green-finishing-approach__bottom-small-img {
  max-width: 433px;
  width: 100%;
  position: absolute;
  top: -80px;
  right: 0;
  transform: translateY(-50%);
}

.green-finishing-approach__bottom-small-img img {
  max-width: 100%;
  width: 100%;
  display: block;
  max-height: 432px;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
}

.green-finishing-approach__bg-bottom-img {
  position: absolute;
  bottom: -80px;
  width: 660px;
  height: 313px;
  right: calc((100% - 1440px) / 2);
}

.green-finishing-approach__bg-bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ---------------------------------------
   RESPONSIVE STYLES
--------------------------------------- */

@media (min-width: 1440px) {
  .green-finishing-approach__bottom-largeImg {
    margin-left: calc((100% - var(--container-width)) / 2 - 8px);
  }
}

/* â‰¤ 1399px */
@media (max-width: 1399px) {
  .green-finishing-approach {
    padding: 120px 0 80px;
  }
  .green-finishing-approach__top {
    gap: 60px;
  }
  .green-finishing-approach__top-content {
    max-width: 550px;
  }
  .green-finishing-approach__top-title h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .green-finishing-approach__bottom-content {
    padding: 60px 20px 240px 30px;
  }
  .green-finishing-approach__num {
    font-size: 70px;
    line-height: 84px;
  }

  .green-finishing-approach__bottom-icon-lists {
    padding: 60px 0 0 80px;
  }

  .green-finishing-approach__bottom-list-content {
    max-width: 580px;
  }

  .green-finishing-approach__bottom-small-img {
    max-width: calc(100% - 670px);
  }

  .green-finishing-approach__bottom-largeImg {
    max-width: 600px;
    margin-left: calc((100% - var(--container-width)) / 2);
  }

  .green-finishing-approach__bottom-content {
    max-width: calc(100% - 600px);
  }

  .green-finishing-approach__bottom-small-img img {
    max-height: 332px;
  }
}

/* â‰¤ 1199px (large tablet / small desktop) */
@media (max-width: 1199px) {
  .green-finishing-approach {
    padding: 100px 0 70px;
  }
  .green-finishing-approach__top {
    gap: 40px;
    padding-bottom: 60px;
  }
  .green-finishing-approach__top-title {
    text-align: left;
  }
  .green-finishing-approach__bottom-imageWrap {
    gap: 40px;
    padding-bottom: 40px;
  }

  .green-finishing-approach__bottom-content {
    max-width: 50%;
    padding: 20px;
  }

  .green-finishing-approach__bottom-largeImg img {
    min-height: 380px;
  }

  .green-finishing-approach__bottom-largeImg {
    max-width: 50%;
  }

  .green-finishing-approach__bottom-largeImg::after {
    width: 75px;
    height: 75px;
    right: -35px;
  }

  .green-finishing-approach__bottom-icon-lists {
    padding: 60px 20px 0;
  }
  .green-finishing-approach__bottom-small-img {
    position: static;
    transform: none;
    top: 0;
    max-width: 100%;
  }
  .green-finishing-approach__bg-bottom-img {
    display: none;
  }

  .green-finishing-approach__bottom-list {
    flex-direction: column-reverse;
  }

  .green-finishing-approach__bottom-list-content {
    max-width: 100%;
  }

  .green-finishing-approach__bottom-imageWrap::before {
    content: unset;
  }

  .green-finishing-approach__bottom-list-content {
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .green-finishing-approach__top {
    flex-direction: column-reverse;
    align-items: flex-end;
    padding-bottom: 40px;
  }
  .green-finishing-approach__top-title {
    align-items: flex-end;
    text-align: left;
  }

  .green-finishing-approach__top-content {
    max-width: 100%;
  }

  .green-finishing-approach__bottom-imageWrap {
    gap: 40px;
  }
}

/* â‰¤ 991px (tablet) */
@media (max-width: 991px) {
  .green-finishing-approach {
    padding: 80px 0 60px;
  }
  .green-finishing-approach__top {
    gap: 30px;
  }
  .green-finishing-approach h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .green-finishing-approach p {
    font-size: 15px;
    line-height: 22px;
  }
  .green-finishing-approach__bottom-list {
    gap: 30px;
  }
  .green-finishing-approach__bottom-list--grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  .green-finishing-approach__num {
    font-size: 60px;
    line-height: 72px;
  }

  .green-finishing-approach__bottom-imageWrap {
    flex-direction: column;
    gap: 20px;
  }

  .green-finishing-approach__bottom-largeImg,
  .green-finishing-approach__bottom-content {
    max-width: 100%;
  }

  .green-finishing-approach__bottom-largeImg {
    margin-left: unset;
  }

  .green-finishing-approach__bottom-content {
    padding: 0;
  }

  .green-finishing-approach__bottom-icon-lists {
    padding: 40px 0 0;
  }

  .green-finishing-approach__bottom-icon-lists::before {
    height: 120%;
  }
}

/* â‰¤ 767px (mobile) */
@media (max-width: 767px) {
  .green-finishing-approach {
    padding: 60px 0 50px;
  }
  .green-finishing-approach__top {
    padding-bottom: 40px;
  }
  .green-finishing-approach__top-title h3 {
    font-size: 28px;
    line-height: 30px;
  }
  .green-finishing-approach__bottom-largeImg img {
    min-height: auto;
    max-height: 300px;
  }
  .green-finishing-approach__bottom-list--grid-item {
    flex-direction: column;
    gap: 12px;
  }
  .green-finishing-approach__num {
    font-size: 48px;
    line-height: 56px;
  }
  .green-finishing-approach__bottom-imageWrap {
    flex-direction: column;
  }

  .green-finishing-approach p {
    text-align: center;
  }

  .green-finishing-approach__bottom-list--grid-item .desc {
    max-width: 100%;
  }

  .green-finishing-approach__bottom-list--grid-item .desc p {
    text-align: left;
  }
}

/* â‰¤ 575px (small mobile) */
@media (max-width: 575px) {
  .green-finishing-approach {
    padding: 50px 0 40px;
  }

  .green-finishing-approach__top-title--img img {
    width: 100px;
    height: auto;
  }
  .green-finishing-approach__bottom-list--grid {
    flex-direction: column;
    gap: 20px;
  }
  .green-finishing-approach__bottom-list--grid-item {
    width: 100%;
  }
  .green-finishing-approach__num {
    font-size: 40px;
    line-height: 48px;
  }
  .green-finishing-approach__bottom-largeImg::after {
    right: -20px;
    width: 50px;
    height: 50px;
  }
}