* {
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* 1st hnt section Hero */

.hnt-hero {
  background-color: #ebf6ee;
  padding: 0;
  width: 100%;
}

.hnt-hero-text-left {
  padding: 0 7em !important;
}

.hnt-hero-text-left h1 {
  color: #292951;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(1.5rem, 5vw, 4rem);
}
.hnt-hero-text-left p {
  font-size: 1rem;
  margin-top: 1rem;
  color: #292951;
  /* width: 73%; */
  max-width: 740px;
}
.hnt-hero-img-right {
  object-fit: cover;
}

/* 3rd importance section */

.description-heading {
  font-size: 40px;
  font-weight: 600;
  color: #292951;
}

.description-para {
  font-weight: 400;
  font-size: 24px;
  text-align: justify;
}

.para-dark {
  font-weight: 500;
  font-size: 20px;
  color: #292951;
}

.regular-heading {
  font-weight: 400;
  font-size: 40px;
  color: #292951;
}

.small-desc {
  font-size: 20.89px;
  font-weight: 400;
  color: #8090b5;
}

.semibold-heading {
  font-weight: 600;
  font-size: 27.86px;
  color: #292951;
}

.hnt-importance-img {
  max-height: 640px;
  object-fit: cover;
  height: 100%;
}

.safety-challenge-content-left {
  display: flex;
  gap: 2em;
  flex-direction: column;
  height: auto;
  padding-left: 1em;

  h1 {
    font-weight: 600;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    margin-bottom: 2vw;
  }
}

.safety-challenge-content-left .safety-challenge-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.safety-challenge-content-left
  .safety-challenge-cards
  .safety-challenge-card-box {
  display: flex;
  gap: 1rem;
  align-items: center;
  align-content: end;
  max-width: 34.813rem;
  max-height: 6.5rem;
  padding: 1rem;

  img {
    object-fit: contain;
    /* height: 60px;
    width: 60px; */
    /* width: 14%;
    height: auto; */
  }
}

.safety-challenge-content-left
  .safety-challenge-cards
  .safety-challenge-card-box
  h4 {
  font-size: clamp(1rem, 3vw, 1.5rem);
}
.safety-challenge-content-left
  .safety-challenge-cards
  .safety-challenge-card-box
  p {
  font-size: clamp(0.6rem, 3vw, 1rem);
}

.safety-challenge-content-left
  .safety-challenge-cards
  .safety-challenge-card-box:hover {
  background-color: #2c9c4a;
  border-radius: 6.43px 81.44px 81.44px 6.43px;
  color: white;
}

.safety-challenge-content-left
  .safety-challenge-cards
  .safety-challenge-card-box:hover
  p {
  color: white;
}

.green-icon {
  transition: none !important;
  object-fit: contain;
}

.safety-challenge-content-left
  .safety-challenge-cards
  .safety-challenge-card-box:hover
  .green-icon {
  filter: brightness(0) invert(1);
}

.safety-challenge-text {
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 500;
  color: #292951;
  max-width: 557px;
}

/* 4th hnt challenges section */

.hnt-challenges {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.hnt-challenges .text-center h1 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 600;
}

.hnt-challenges-card {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.hnt-challenges-card .card-box {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: row;
  gap: 1.5rem;
  background-color: white;
  max-width: 503px;
  max-height: 122px;
  width: 40rem;
  height: 9rem;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #eaf5ed;

  p {
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 400;
    font-size: clamp(0.8rem, 1.5vw, 1.5rem);
    color: #292951;
    letter-spacing: -1px;
    line-height: 1.2;
  }
}

.hnt-challenges-card .card-box:hover {
  background-color: #2c9c4a;
  color: white;
}
.hnt-challenges-card .card-box:hover p {
  color: white;
}

.hnt-challenges-card .card-box:hover .green-icon {
  filter: brightness(0) invert(1);
}

/* challenges section */

.hnt-challenges-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 40px; /* spacing between columns */
  row-gap: 10px; /* SMALL gap between rows */
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 20px; /* top/bottom breathing room */
}

.hnt-challenges-box {
  display: flex;
  gap: 2em;
  align-items: flex-start;
  width: 100%;
  padding: 7px;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  text-align: justify;
  margin: 0.6em;
}

.hnt-challenges-box h3 {
  font-size: 27.86px;
  font-weight: 600;
  color: #292951;
  margin: 0 0 0.3rem 0;
}

.hnt-challenges-box p {
  margin-top: 20px;
  font-size: 20.89px;
  font-weight: 400;
  color: #8090b5;
  max-width: 116%;
}

.green-icon-box {
  width: 95px;
  height: 95px;
  padding: 1.2rem;
  object-fit: contain;
  border-radius: 12px;
  background-color: #edf8f2;
}

.hnt-challenges-box:hover {
  background-color: transparent;
  transform: none;
  box-shadow: none;
}

/* hnt essentials section */

.hnt-essential {
  background-image: url("./hnt-essentials.png");
  height: 774px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* padding: 0 50px; */
}

.hnt-essential-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  height: 100%;
  color: white;
  z-index: 2;
  position: relative;
  gap: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(14px);
  padding: 137px 101px 137px 69px;
}

.hnt-essential-content h1 {
  font-size: clamp(1.5rem, 7vw, 40px);
  font-weight: 600;
}
.hnt-essential-content p {
  font-size: clamp(1rem, 3vw, 24px);
  color: white;
}

.hnt-essential::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hnt-essential-content {
  position: relative;
}

/* hnt help section  */

.hnt-help {
  h1 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 600;
    text-align: center;
    margin-bottom: 2em;
    color: #292951;
  }
}

.hnt-help-card {
  background-color: white;
  border-radius: 32.17px;
  padding: 2rem;
  box-shadow: 0px 9px 31px 0px #22222221;
  min-height: 320px;
  max-height: 351px;
  max-width: 351px;
  margin: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;

  gap: 0.5rem;

  img {
    width: 3.5em;
    height: 3.5em;
    margin-bottom: 0.5rem;
    object-fit: contain;
    transition: none !important;
  }

  h4 {
    font-weight: 600;
    color: #292951;
    font-size: clamp(1rem, 3vw, 2rem);
  }

  p {
    font-size: clamp(0.8rem, 2vw, 1rem);
    font-weight: 400;
    font-family: "Poppins";
    letter-spacing: -2%;
    line-height: 1.2;
    /* width: 70%; */
  }
}

.hnt-help-card:hover {
  background-color: #2c9c4a;
  color: white;
  cursor: pointer;
  user-select: none;

  h4 {
    color: white;
  }
}

.hnt-help-card:hover p {
  color: white;
}

.hnt-help-card:hover img {
  filter: brightness(0) invert(1);
}

/* hnt benefits section */

.hnt-benefits {
  width: 100%;
  color: #292951;
}

.hnt-benefits-img-right img {
  display: block;
  margin: auto;
}

.hnt-benefits-img-right {
  position: relative;
}

.hnt-benefits-img-right::after {
  content: "";
  position: absolute;
  bottom: -3vw;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  height: 20px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.1) 80%
  );
  border-radius: 50%;
  filter: blur(8px);
  z-index: 0;
  pointer-events: none;
}

.hnt-benefits-content-left {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
  /* width: 658px; */
  height: auto;

  h1 {
    font-weight: 600;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    margin-bottom: 2vw;
  }
}

.hnt-benefits-content-left .hnt-benefits-cards {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.hnt-benefits-content-left .hnt-benefits-cards .hnt-benefits-card-box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 34.813rem;
  height: 6.5rem;
  padding: 1rem;

  img {
    width: 3.75em;
    height: 3.75em;
    object-fit: contain;
    flex-shrink: 0;
  }

  div {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.hnt-benefits-content-left .hnt-benefits-cards .hnt-benefits-card-box h4 {
  font-size: clamp(1rem, 3vw, 1.5rem);
}
.hnt-benefits-content-left .hnt-benefits-cards .hnt-benefits-card-box p {
  font-size: clamp(0.6rem, 3vw, 1rem);
}

.hnt-benefits-content-left .hnt-benefits-cards .hnt-benefits-card-box:hover {
  background-color: #2c9c4a;
  border-radius: 6.43px 81.44px 81.44px 6.43px;
  color: white;
}

.hnt-benefits-content-left .hnt-benefits-cards .hnt-benefits-card-box:hover p {
  color: white;
}

.green-icon {
  transition: none !important;
  object-fit: contain;
}

.hnt-benefits-content-left
  .hnt-benefits-cards
  .hnt-benefits-card-box:hover
  .green-icon {
  filter: brightness(0) invert(1);
}

.hnt-benefits-text {
  padding-top: 1rem;
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 400;
  color: #292951;
}

/* hnt achieve section */
.hnt-achieve {
  width: 100%;
  height: auto;

  img {
    width: 100%;
    /* max-width: 639px; */
    height: 100%;
    /* max-height: 632px; */
    /* margin: 0;
    padding: 0; */
    object-fit: cover;
    /* margin-right: -1.5vw; */
  }
}

.hnt-achieve-content {
  /* padding: 20px; */
  /* display: flex;
  flex-direction: column; */

  h1 {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    font-weight: 700;
    max-width: 561px;
    color: #292951;
  }

  p {
    font-weight: 400;
    font-size: clamp(1rem, 3vw, 1.5rem);
    max-width: 552px;
    /* width: 80%; */
    /* font-size: clamp(1.2rem, 3vw, 20px); */
  }

  ul {
    font-size: clamp(1rem, 4vw, 1.25rem);
    max-width: 65%;
    font-weight: 500;
    padding-top: 1vw;
    padding-bottom: 1vw;
    list-style: none;
    color: #292951;

    li {
      position: relative;
      /* padding-left: 2rem; */
      margin-bottom: 1rem;
      line-height: 1.4;
    }

    li::before {
      /* content: "•"; */
      content: "";
      position: absolute;
      left: -1.25em;
      top: 0.35em;
      background: #2c9c4a;
      border-radius: 50%;
      width: 1rem;
      height: 1rem;
      line-height: 1;
    }

    /* li::marker {
      font-size: 1.8rem;
    } */
  }
}

.hnt-achieve-text {
  padding-top: 0.7rem;
  font-weight: 400;
  color: #292951;
  width: 524px !important;
}

/* li::marker {
  color: #2c9c4a;
} */

/* hnt final thoughts section */
.hnt-final-thoughts {
  background: #ebf6ee;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  max-width: 75%;
  margin: 0 auto;
  padding: 10px 20px 30px;
  height: auto;
  position: relative;
}
.hnt-final-thoughts-paragraph {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 35px 25px;
  height: auto;

  h1 {
    width: 100%;
    font-weight: 600;
    font-size: clamp(1.5rem, 5vw, 40px);
    z-index: 2;
    color: #292951;
  }

  div {
    width: 150%;
  }

  p {
    width: 100%;
    font-weight: 400;
    color: #8090b5;
    font-size: clamp(1rem, 3vw, 24px);
  }

  strhnt {
    color: #8090b5;
  }
}

.quote-icon-start {
  align-content: start;
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  transform: translate(0.6vw, -0.3vw);
}
.quote-icon-end {
  /* align-content: end;
  z-index: 1;
  display: block;
  position: absolute;
  right: 10vw;
  transform: translate(-3vw, 15.5vw); */

  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  z-index: 1;
}

@media (max-width: 576px) {
  .hnt-achieve-content {
    padding: 1rem !important;
  }

  /* hnt final thoughts  */
  .hnt-final-thoughts {
    padding: 0;
  }

  .hnt-final-thoughts-paragraph {
    padding: 0;
  }
}

@media (max-width: 768px) {
  /* hnt overflow */
  html,
  body {
    overflow-x: hidden;
  }

  /* 1 hnt Hero section */

  .hnt-hero {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .hnt-hero-text-left {
    width: 100%;
    padding: 1rem !important;
  }

  .hnt-hero-text-left p,
  .hnt-hero-text-left h1 {
    width: 100%;
    height: fit-content;
    line-height: 1.4;
  }

  /*2nd */

  /* 3rd */
  .hnt-importance-img {
    max-height: none;
  }

  .safety-challenge-text {
    max-width: none;
  }

  /* 4th challenges */
  .hnt-challenges-card {
    padding: 0 !important;
  }

  .hnt-challenges-card-box {
    padding: 0 !important;
  }

  /* hnt-essential */
  .hnt-essential {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }

  .hnt-essential-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5vw;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }

  /* hnt help section */
  .hnt-help-card {
    min-height: 0;
    max-height: 351px;
    max-width: 400px;

    img {
      width: 2.5em;
      height: 2.5em;
      object-fit: contain;
    }
  }

  /* hnt-benefits */
  .hnt-benefits {
    height: 100%;
  }
  .hnt-benefits-content-left {
    /* padding: 10px; */
    width: 100%;
  }

  .hnt-benefits-img-right::after {
    bottom: -7%;
  }

  .hnt-benefits-img-right img {
    margin-top: 2rem;
  }

  .hnt-benefits-content-left .hnt-benefits-cards {
    /* width: 100%;
    gap: 1vw; */

    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
  }

  .hnt-benefits-content-left .hnt-benefits-cards .hnt-benefits-card-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 1.5rem;
    width: 100%;
    border-radius: 12px;
    gap: 1rem;
    min-height: 100px;
    box-sizing: border-box;
  }

  .hnt-benefits-content-left .hnt-benefits-cards .hnt-benefits-card-box div {
    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 0.3rem;
    margin: 0;
  }

  .hnt-benefits-content-left .hnt-benefits-cards .hnt-benefits-card-box h4,
  .hnt-benefits-content-left .hnt-benefits-cards .hnt-benefits-card-box p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
  }

  .hnt-benefits-content-left .hnt-benefits-cards .hnt-benefits-card-box img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
  }

  /* hnt achieve section */
  .hnt-achieve {
    flex-direction: column;
    /* margin: 0; */
    h1,
    p,
    ul {
      max-width: none;
    }

    img {
      margin: auto;
      padding: 0;
      width: 100%;
      --bs-gutter-x: 0;
    }
  }

  .section-content {
    width: 100%;
  }

  .hnt-achieve-content ul {
    li::before {
      width: 0.6rem;
      height: 0.6rem;
    }
  }

  .hnt-achieve-text {
    width: 100% !important;
  }

  /* hnt final thoughts section */
  .hnt-final-thoughts {
    flex-direction: column;
    height: auto;
    width: 100%;
    flex: 1 1 100%;
  }

  .hnt-final-thoughts .hnt-final-thoughts-paragraph {
    gap: 1vw;
    flex-direction: column;
    height: auto;
    padding: 5rem 3rem;

    h1 {
      margin-bottom: 5vw;
    }
    div {
      width: 100%;
    }
  }

  .quote-icon-start {
    transform: none;
    margin-left: 2%;
    padding: 0;
    position: inherit;
    margin-bottom: -20%;
  }

  .quote-icon-end {
    transform: none;
    margin-left: auto;
    margin-top: -10%;
    /* margin-right: 1%; */
    padding: 0;
    position: inherit;
  }
}

@media (min-width: 768.1px) and (max-width: 991.9px) {
  /* hnt-hero */
  .hnt-hero-text-left {
    width: 100%;
    padding: 2.5rem !important;
  }

  .hnt-hero-right img {
    height: auto;
    max-height: 524.19px;
    object-fit: cover;
  }

  /* 2nd */

  /* 3rd */
  .hnt-importance-img {
    max-height: none;
  }

  .safety-challenge-text {
    max-width: none;
  }

  .safety-challenge-content-left {
    margin-top: 2rem;
  }

  /* 4th challenges */
  .hnt-challenges-card {
    padding: 0 !important;
  }

  .hnt-challenges-card-box {
    padding: 0 !important;
  }

  .hnt-challenges-card .card-box p {
    font-size: 1em;
  }

  /* hnt-essential */
  .hnt-essential-content {
    width: 100%;
    padding: 3em;
    gap: 1rem;
  }

  /* hnt help */
  .hnt-help-card {
    min-height: 0;
    max-width: 450px;
  }

  .hnt-benefits-img-right::after {
    bottom: -7%;
  }

  .hnt-benefits-img-right img {
    margin-top: 2rem;
  }

  .whats-make .left p {
    width: 100%;
  }

  .card-layout {
    padding-top: 2rem;
  }

  /* hnt-achieve */
  .hnt-achieve {
    /* margin: 1rem !important; */
    h1,
    p,
    ul {
      max-width: none;
    }

    img {
      --bs-gutter-x: 0;
    }
  }

  .hnt-achieve-text {
    width: 100% !important;
  }

  /* final thoughts section */
  .hnt-final-thoughts {
    padding: 0 2.5rem;
    height: auto;
  }

  .hnt-final-thoughts .hnt-final-thoughts-paragraph {
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
  }

  .hnt-final-thoughts-paragraph div {
    width: 100%;
  }

  .quote-icon-start {
    margin-top: 3%;
  }

  .quote-icon-end {
    margin-top: 20%;
    right: 2vw;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* hnt-Hero */

  .hnt-hero-text-left {
    padding: 1em 2em !important;
  }

  /* 3rd hnt importance */
  .hnt-importance-img {
    max-height: none;
  }

  .safety-challenge-text {
    max-width: none;
  }

  /* hnt-benefits */

  .hnt-benefits-img-right::after {
    bottom: -7%;
    width: 80%;
  }

  /* hnt-achieve */
  .hnt-achieve {
    h1,
    p,
    ul {
      max-width: none;
    }

    img {
      margin: auto;
      --bs-gutter-x: 0;
    }
  }

  .hnt-achieve-text {
    width: 100% !important;
  }

  /* hnt final thoughts section */
  .hnt-final-thoughts {
    padding: 0 2.5rem;
    height: auto;
  }

  .hnt-final-thoughts .hnt-final-thoughts-paragraph {
    flex-direction: column;
    margin: auto;

    h1 {
      margin-left: auto;
      margin-top: 2rem;
    }
  }

  .hnt-final-thoughts-paragraph div {
    width: 100%;
  }

  .quote-icon-start {
    margin-top: 3%;
  }

  .quote-icon-end {
    margin-top: 16%;
    right: 2vw;
  }
}

@media (max-width: 992px) {
  .hnt-importance-img {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin: auto;

  }
}

@media (min-width: 1500px) {
  /* hnt benefits section */
  .hnt-benefits-img-right::after {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .hnt-challenges-box {
    width: 100%;
  }

  .hnt-challenges-wrapper {
    padding: 20px;
  }
}

.media-trusted-img {
  height: auto;
  max-height: 635px;
  object-fit: contain;
}

/* trusted industries */

.trusted-industries {
  width: 100%;
  height: auto;

  img {
    height: auto;
    max-height: 635px;
    object-fit: contain;
  }
}

.trusted-industries-content {
  h1 {
    font-size: clamp(1.5rem, 5vw, 40px);
    font-weight: 700;
    color: #292951;
  }

  p {
    font-weight: 400;
    font-size: clamp(1rem, 3vw, 24px);
  }

  ul {
    font-size: clamp(1rem, 4vw, 20px);
    padding-top: 1vw;
    padding-bottom: 1vw;
    list-style: none;

    li {
      position: relative;
      margin-bottom: 1rem;
      line-height: 1.4;
      font-weight: 500;
    }

    li::before {
      content: "";
      position: absolute;
      left: -1.25em;
      top: 0.35em;
      background: #2c9c4a;
      border-radius: 50%;
      width: 1rem;
      height: 1rem;
      line-height: 1;
    }
  }
}
