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

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

/* ong section Hero */

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

.ong-hero-text-left {
  padding: 0 6rem !important;
}

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

/* 2nd */
.intro-part {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 0 0 4.5rem 0;
}

.intro-part h1 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);

  font-weight: 600;
  max-width: 747px;
  width: 100%;
  color: #292951;
}

.intro-part p {
  max-width: 1200px;
  width: 100%;
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 500;
  color: #8090b5;
}

.info-part-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* left side option */
.option-part-left ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.option-part-left ul li {
  display: flex;
  align-items: center;
  height: 104px;
  padding: 0 120px 0 20px;
  max-width: 557px;
  width: 100%;
  border-radius: 10px 50px 50px 10px;
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 500;
  color: #292951;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* .option-part-left ul li:hover {
  background-color: #299c5b;
  color: white;
} */

.option-part-left ul li.active {
  background-color: #299c5b;
  color: white;
}

/* right side option */
.card-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.card-outer-text {
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 500;
  color: #8090b5;
}

.card-box p {
  font-size: clamp(0.8rem, 3vw, 1.25rem);
  font-weight: 500;
  color: #292951;
  margin-top: 1rem;
  letter-spacing: -1px;
}

.key-features-right {
  display: none;

  span {
    display: none;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-weight: 500;
    color: #292951;
  }
}

.key-features-right.active {
  display: flex;
}

.key-features-right-text {
  display: none;
  margin: 0;
  padding: 0;

  p {
    font-size: clamp(0.8rem, 3vw, 1.25rem);
    color: #292951;
    font-weight: 500;
  }
}

.key-features-right-text.active {
  display: flex;
}

/* ong essentials section */

.ong-essential {
  background-image: url("./Final\ Design.webp");
  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; */
}

.ong-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;
}

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

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

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

/* ong provisions section */

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

.ong-provisions-card {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ong-provisions-card > .col-12 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.ong-provisions-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;
  }
}

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

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

.green-icon {
  transition: none !important;
  object-fit: contain;
  width: 70px;
  height: 70px;
}

/* ong benefits section */

.ong-benefits {
  width: 100%;
  color: #292951;
  padding-left: 0;
  padding-right: 0;
}

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

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

.ong-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;
}

.ong-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;
  }
}

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

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

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

  div {
    margin-top: auto;
  }
}

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

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

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

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

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

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

  .row.align-items-center {
    display: flex;
    justify-content: space-between;
  }

  img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.ong-achieve-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: 1em;
    padding-bottom: 1em;
    list-style: none;

    li {
      position: relative;
      margin-bottom: 1rem;
      line-height: 1.4;
      color:#292951;
    }

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

/* ong final thoughts section */
.ong-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;


}
.ong-final-thoughts-paragraph {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 35px 25px;
  height: auto;
  color:#292951;

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

  div {
    width: 150%;
  }

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

  strong {
    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 {
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  z-index: 1;
}

@media (max-width: 576px) {
  .ong-key-features.container {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }

  .ong-achieve-content {
    padding: 1rem !important;
  }

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

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

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

  /* 1 ong Hero section */

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

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

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

  /*2 key features  */
  .ong-key-features {
    width: 100%;
  }

  .intro-part {
    margin-bottom: -3rem !important;
  }

  .option-part-left {
    display: none;
  }

  .key-features-right {
    display: flex;

    span {
      display: block;
    }
  }

  .key-features-right-text {
    display: flex;
  }

  .key-features-right:not(:first-child) {
    margin-top: 2rem;
  }

  .card-box img {
    width: 3.75rem;
    height: 3.75rem;
    object-fit: contain;
  }

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

  .ong-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;
  }

  /* ong provisions section  */
  .ong-provisions-card .card-box {
    max-height: 11.25rem;

    p {
      font-size: 1em;
    }
  }

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

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

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

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

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

  .ong-benefits-content-left .ong-benefits-cards .ong-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;
  }

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

    gap: 0.3rem;
    margin: 0;
  }

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

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

  /* ong achieve section */
  .ong-achieve {
    flex-direction: column;
    /* margin: 0; */

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

  .section-content {
    width: 100%;
  }

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

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

  .ong-final-thoughts .ong-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) {
  /* ong-hero */
  .ong-hero-text-left {
    width: 100%;
    padding: 2.5rem !important;
  }

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

  /* key features  */
  .ong-key-features {
    padding: 0 !important;
    /* margin: 0 !important; */
    width: 100%;
  }

  .intro-part {
    margin-bottom: -3rem !important;
  }

  .option-part-left {
    display: none;
  }

  .key-features-right {
    display: flex;

    span {
      display: block;
    }
  }

  .key-features-right-text {
    display: flex;
  }

  .key-features-right:not(:first-child) {
    margin-top: 2rem;
  }
  /* ong-essential */
  .ong-essential-content {
    width: 100%;
    padding: 3em;
    gap: 1rem;
  }

  /* ong-provision */
  .ong-provisions-card .card-box p {
    font-size: 1em;
  }

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

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

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

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

  /* ong-achieve */
  .ong-achieve {
    /* margin: 1rem !important; */

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

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

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

  .ong-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: 1200px) {
  /* ong-Hero */

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

  /* key features  */
  .ong-key-features {
    width: 100%;
  }

  .intro-part {
    margin-bottom: -3rem !important;
  }

  .option-part-left {
    display: none;
  }

  .key-features-right {
    display: flex;

    span {
      display: block;
    }
  }

  .key-features-right-text {
    display: flex;
    padding-left: 1rem !important;
  }

  .key-features-right:not(:first-child) {
    margin-top: 2rem;
  }

  /* ong-benefits */
  .ong-benefits-img-right::after {
    bottom: -7%;
    width: 80%;
  }

  /* ong-achieve */
  .ong-achieve {
    img {
      margin: auto;
      --bs-gutter-x: 0;
    }
  }

  /* ong-provision */
  .ong-provisions-card .card-box p {
    font-size: 1em;
  }

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

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

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

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

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

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

/* fixed alignment for 1200px ong-key-feature  */
@media (min-width: 1199.9px) and (max-width: 1200.1px) {
  .info-part-right.col-xl-6 {
    width: 100% !important;
  }
}

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

/* media and entertainment css */

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

.description-para {
  font-weight: 400;
  font-size: 22px;
}

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

@media (max-width: 768px) {
  .description-heading {
    font-size: 28px;
  }

  .description-para {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .description-heading {
    font-size: 24px;
  }

  .description-para {
    font-size: 16px;
  }

  .para-dark {
    font-size:15px;
  }
}

.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;
}

.safety-challenge-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;
  }
}

.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;
  width: 34.813rem;
  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);
}

@media (max-width: 768px) {
  .safety-challenge-content-left {
    padding: 0 1rem;
  }

  .safety-challenge-content-left .safety-challenge-cards .safety-challenge-card-box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 1rem;
  }

  .safety-challenge-content-left h1 {
    margin-bottom: 1rem;
  }
}

/* Responsive for mobile phones (≤480px) */
@media (max-width: 480px) {
  .safety-challenge-content-left .safety-challenge-cards .safety-challenge-card-box {
    align-items: flex-start;
    gap: 0.75rem;
  }

  .safety-challenge-content-left .safety-challenge-cards .safety-challenge-card-box h4,
  .safety-challenge-content-left .safety-challenge-cards .safety-challenge-card-box p {
    text-align: left;
  }
}

/* benifts section */

.industry-benefits-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 10px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 20px;
}

.industry-benefits-box {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  width: 78%;
  padding: 7px;
  border-radius: 0;
  margin-top: 40px;
  background-color: transparent;
  box-shadow: none;
}

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

.industry-benefits-box p {
  margin-top: 20px;
  font-size: 20.89px;
  font-weight: 400;
  color: #8090B5;
  width: 116%;
}

.green-icon {
  width: 80px;
  height: 90px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Tablet (≤ 991px) */
@media (max-width: 991px) {
  .industry-benefits-box {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .regular-heading {
    font-size: 20px;
  }

  .industry-benefits-box h3 {
    font-size: 22px;
  }

  .industry-benefits-box p {
    font-size: 18px;
    width: 100%;
    margin-top: 15px;
  }

  .green-icon {
    width: 70px;
    height: 80px;
  }
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
  .industry-benefits-wrapper {
    padding: 30px 15px;
    column-gap: 20px;
    row-gap: 20px;
  }

  .industry-benefits-box h3 {
    font-size: 20px;
  }

  .industry-benefits-box p {
    font-size: 16px;
  }

  .regular-heading {
    font-size:18px;
  }

  .green-icon {
    width: 60px;
    height: 70px;
  }
}

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

  .industry-benefits-wrapper {
    padding: 20px;
  }
}

/* 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;
      color:#292951;
    }

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

/* power energy blur image */

.power-energy-section {
  /* background-image: url("../assets/images/Industries/power of energy/POE blur image.webp"); */
  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;
}

.energy-core-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;
}

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

.power-energy-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.energy-core-content {
  position: relative;
}

@media (max-width: 1199px) {
  .energy-core-content {
    width: 70%;
    padding: 80px 40px;
  }
}

/* Responsive for Mobile Devices (max-width: 767px) */
@media (max-width: 767px) {
  .power-energy-section {
    height: auto;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
  }

  .energy-core-content {
    width: 100%;
    padding: 60px 20px;
  }

  .energy-core-content h1 {
    font-size: 1.8rem;
    text-align: center;
  }

  .energy-core-content p {
    font-size: 1rem;
    text-align: center;
  }
}


/* power of energy ideal industry  */

.bog-ideal-industry {
  width: 100%;
  height: auto;
  padding-bottom: 200px;

  img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.bog-ideal-industry-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;
      color:#292951;
    }

    li::before {
      content: "";
      position: absolute;
      left: -1.25em;
      top: 0.35em;
      background: #2c9c4a;
      border-radius: 50%;
      width: 1rem;
      height: 1rem;
      line-height: 1;
      color:#292951;
    }
  }
}
.section-subheading {
  font-weight: 600;
  font-size: clamp(1.5rem, 5vw, 40px);
  line-height: 1.2;
   color: #292951
}

@media (max-width: 768px) {
  .section-subheading {
    width: 100%;
    height: fit-content;
  }
}
.section-subheading {
  font-weight: 600;
  font-size: clamp(1.5rem, 5vw, 40px);
  line-height: 1.2;
  color: #292951;
}

@media (max-width: 768px) {
  .section-subheading {
    width: 100%;
    height: fit-content;
  }
}