/* Hero Section Styles */
.hero-section {
  background-color: #f4fdf8;
  padding: 0;
  overflow: hidden;
  margin-top: 0;
}

.hero-row {
  height: 695px;
}

.hero-text-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  width: min(774px, 90%);
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px;
}

.hero-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 4.4vw, 64px);
  line-height: 1.03;
  letter-spacing: -0.02em;
  color: #292951;
  margin: 0;
}

.hero-description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #292951;
  margin: 0;
  max-width: 627px;
}

.hero-image-col {
  padding: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Responsive Styles */
@media (min-width: 992px) and (max-width: 1024px) {
  .hero-row {
    height: 600px;
    flex-direction: row;
  }

  .hero-text-col {
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-content {
    gap: 30px;
    width: 90%;
  }

  .hero-title {
    font-size: clamp(28px, 4vw, 54px);
    line-height: 1.1;
    text-align: left;
  }

  .hero-description {
    font-size: 16px;
    line-height: 1.5;
    max-width: 100%;
    text-align: left;
  }

  .hero-image-col {
    height: 600px;
    padding: 0;
  }

  .hero-image {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .hero-row {
    height: auto;
    flex-direction: column;
  }

  .hero-text-col {
    order: 1;
    padding: 40px 20px;
  }

  .hero-image-col {
    order: 2;
    height: 400px;
  }

  .hero-content {
    gap: 30px;
    padding: 0;
  }

  .hero-title {
    font-size: clamp(28px, 5vw, 48px);
    text-align: center;
  }

  .hero-description {
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .hero-text-col {
    padding: 30px 15px;
  }

  .hero-image-col {
    height: 300px;
  }

  .hero-content {
    gap: 25px;
    width: 100%;
  }

  .hero-title {
    font-size: clamp(24px, 6vw, 36px);
    line-height: 1.1;
  }

  .hero-description {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 575.98px) {
  .hero-text-col {
    padding: 25px 10px;
  }

  .hero-image-col {
    height: 250px;
  }

  .hero-content {
    gap: 20px;
  }

  .hero-title {
    font-size: clamp(20px, 7vw, 32px);
  }
}

/* Detail Section Styles */
.detail-section {
  background-color: #ffffff;
  padding: 60px 100px;
  padding-bottom: 0;
}

.detail-row {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 60px;
  min-height: 639px;
}

.detail-image-col {
  flex: 0 0 560px;
  max-width: 560.7px;
  display: flex;
  justify-content: flex-start;
  /* align-items: flex-start; */
  align-items: flex-end;
}

.detail-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  align-self: flex-end;
  margin-bottom: 0;
}

.detail-text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
}

.detail-title {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  color: #292951;
  margin-bottom: 30px;
}

.detail-paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #8090b5;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* Responsive styles */
@media (min-width: 992px) and (max-width: 1024px) {
  .detail-section {
    padding: 60px 50px;
  }

  .detail-row {
    gap: 40px;
    min-height: auto;
  }

  .detail-image-col {
    flex: 0 0 420px;
    max-width: 420px;
  }

  .detail-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  .detail-text-col {
    padding-top: 10px;
  }

  .detail-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .detail-paragraph {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (max-width: 991.98px) {
  .detail-section {
    padding: 60px 40px;
  }

  .detail-row {
    flex-direction: column;
    gap: 30px;
    min-height: auto;
  }

  .detail-image-col {
    order: 2;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    flex: none;
    max-width: 100%;
  }

  .detail-image {
    width: 100%;
    max-width: 600px;
    height: auto;
  }

  .detail-text-col {
    order: 1;
    padding-top: 0;
    align-items: flex-start;
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  .detail-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .detail-title {
    font-size: clamp(28px, 5vw, 40px);
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
  }

  .detail-paragraph {
    font-size: clamp(18px, 3vw, 24px);
    line-height: 1.5;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .detail-section {
    padding: 50px 30px;
  }

  .detail-row {
    gap: 25px;
  }

  .detail-text-col {
    width: 100%;
  }

  .detail-content {
    max-width: 500px;
  }

  .detail-image {
    max-width: 500px;
  }

  .detail-title {
    font-size: clamp(24px, 6vw, 32px);
    line-height: 1.1;
    margin-bottom: 20px;
  }

  .detail-paragraph {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}

@media (max-width: 575.98px) {
  .detail-section {
    padding: 40px 20px;
  }

  .detail-row {
    gap: 20px;
  }

  .detail-content {
    max-width: 100%;
  }

  .detail-title {
    font-size: clamp(20px, 7vw, 28px);
    margin-bottom: 16px;
  }

  .detail-paragraph {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .detail-image {
    max-width: 100%;
  }
}

/* EHS Needs Section Styles */
.ehs-needs-section {
  position: relative;
  width: 100%;
  height: 774px;
  overflow: hidden;
  background-color: #ffffff;
}

.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.blur-overlay {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background: rgba(70, 67, 67, 0.4);
  backdrop-filter: blur(14px);
  z-index: 2;
}

.text-content {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: white;
  width: 574px;
  max-width: 100%;
}

.needs-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 122%;
  letter-spacing: -2%;
  color: #ffffff;
  margin: 0 0 33px 0;
  width: 571px;
  max-width: 100%;
}

.needs-description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 153%;
  letter-spacing: -2%;
  color: #ffffff;
  margin: 0;
  width: 574px;
  max-width: 100%;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .ehs-needs-section {
    height: 774px;
    padding: 0;
  }

  .bg-image {
    width: 100%;
    left: 0;
    height: 774px;
  }

  .blur-overlay {
    width: 50%;
    right: 0;
    height: 100%;
    background: rgba(70, 67, 67, 0.4);
    backdrop-filter: blur(14px);
  }

  .text-content {
    top: 50%;
    /* left: 75%; */
    left: calc(75% + 10px);
    transform: translate(-50%, -50%);
    width: 460px;
    max-width: 90%;
    padding: 0 15px;
    text-align: left;
  }

  .needs-title {
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 28px;
    width: 100%;
  }

  .needs-description {
    font-size: 22px;
    line-height: 150%;
    width: 100%;
  }
}

@media only screen and (width: 1280px) and (height: 800px) {
  .text-content {
    left: 75%;
  }
}

@media (max-width: 991.98px) {
  .ehs-needs-section {
    width: 100%;
    height: 600px;
    padding: 0 20px;
  }

  .bg-image {
    width: 120%;
    left: -10%;
    height: 600px;
  }

  .blur-overlay {
    width: 100%;
    left: 0;
    height: 600px;
    background: rgba(70, 67, 67, 0.6);
  }

  .text-content {
    position: relative;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    padding: 40px 20px;
    text-align: left;
  }

  .needs-title {
    font-size: 32px;
    width: 100%;
    margin-bottom: 25px;
  }

  .needs-description {
    font-size: 20px;
    width: 100%;
    max-width: 600px;
  }
}

@media (max-width: 767.98px) {
  .ehs-needs-section {
    height: 500px;
  }

  .bg-image {
    height: 500px;
  }

  .blur-overlay {
    height: 500px;
    background: rgba(70, 67, 67, 0.7);
  }

  .text-content {
    padding: 30px 15px;
    text-align: left;
  }

  .needs-title {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  .needs-description {
    font-size: 18px;
    line-height: 160%;
  }
}

@media (max-width: 575.98px) {
  .ehs-needs-section {
    height: 450px;
  }

  .bg-image {
    height: 450px;
  }

  .blur-overlay {
    height: 450px;
  }

  .text-content {
    padding: 25px 10px;
    text-align: left;
  }

  .needs-title {
    font-size: 24px;
    line-height: 135%;
  }

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

/* EHS Software Benefits Section  */
.ehs-section {
  background-color: #ffffff;
  width: 1440px;
  /* height: 756px; */
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
}

.section-heading {
  position: relative;
  width: 100%;
  height: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 122%;
  letter-spacing: -2%;
  color: #292951;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}

.section-subheading {
  position: relative;
  width: 100%;
  height: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 122%;
  letter-spacing: -2%;
  color: #292951;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}

.benefits-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  /* margin-top: 100px; */
}

.benefits-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 1087px;
}

.benefits-row.center {
  justify-content: center;
}

.benefit-item {
  height: 122px;
  border-radius: 20px;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eaf5ed;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.benefit-item.standard {
  width: 339px;
}

.benefit-item.wide {
  width: 424px;
}

.benefit-item:hover {
  background-color: #2c9c4a;
}

.benefit-item:hover .benefit-icon {
  color: white;
}

.benefit-item:hover .benefit-text {
  color: white;
}

.benefit-content {
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  gap: 23px;
}

.benefit-icon {
  flex-shrink: 0;
  color: #2c9c4a;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-item.standard .benefit-icon {
  width: 51px;
  height: 51px;
  font-size: 32px;
}

.benefit-item.wide .benefit-icon {
  width: 50px;
  height: 54.17px;
  font-size: 34px;
}

.benefit-icon svg {
  width: 100%;
  height: 100%;
}

.benefit-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #292951;
  transition: color 0.3s ease;
  overflow-wrap: break-word;
}

.benefit-item.standard .benefit-text {
  width: 223px;
  height: 55px;
}

.benefit-item.wide .benefit-text {
  width: 300px;
  height: auto;
}

.benefit-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.benefit-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.benefit-item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.benefit-item:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}

.benefit-item:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

/* Responsive Styles */
@media (min-width: 992px) and (max-width: 1024px) {
  .ehs-section {
    width: 100%;
    padding: 60px 30px;
    height: auto;
  }

  .section-heading {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .section-subheading {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .benefits-container {
    margin-top: 60px;
    gap: 25px;
    width: 100%;
  }

  .benefits-row {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .benefit-item.standard,
  .benefit-item.wide {
    width: 100%;
    max-width: 420px;
    min-height: 110px;
  }

  .benefit-content {
    gap: 20px;
  }

  .benefit-text {
    font-size: 20px;
    line-height: 1.4;
  }

  .benefit-item.standard .benefit-icon,
  .benefit-item.wide .benefit-icon {
    width: 46px;
    height: 46px;
    font-size: 28px;
  }

  .benefit-item.standard .benefit-text,
  .benefit-item.wide .benefit-text {
    width: auto;
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .ehs-section {
    width: 100%;
    padding: 40px 20px;
    height: auto;
  }

  .section-heading {
    font-size: clamp(28px, 5vw, 48px);
    height: auto;
    text-align: center;
    margin-bottom: 15px;
  }

  .section-subheading {
    font-size: clamp(20px, 4.5vw, 32px);
    height: auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .benefits-container {
    margin-top: 50px;
    gap: 25px;
    width: 100%;
  }

  .benefits-row {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
  }

  .benefit-item.standard,
  .benefit-item.wide {
    width: 100%;
    max-width: 500px;
    height: auto;
    min-height: 100px;
  }

  .benefit-content {
    gap: 18px;
    height: auto;
  }

  .benefit-text {
    font-size: 18px;
    line-height: 1.4;
    width: auto;
    height: auto;
  }

  .benefit-item.standard .benefit-icon,
  .benefit-item.wide .benefit-icon {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }

  .benefit-item.standard .benefit-text,
  .benefit-item.wide .benefit-text {
    width: auto;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .ehs-section {
    padding: 30px 15px;
  }

  .section-heading {
    font-size: clamp(24px, 6vw, 36px);
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .section-subheading {
    font-size: clamp(18px, 5.5vw, 28px);
    line-height: 1.3;
    margin-bottom: 25px;
  }

  .benefits-container {
    margin-top: 35px;
    gap: 18px;
  }

  .benefits-row {
    gap: 15px;
  }

  .benefit-item {
    padding: 18px;
    height: auto;
    min-height: 80px;
  }

  .benefit-content {
    gap: 15px;
  }

  .benefit-text {
    font-size: 15px;
    line-height: 1.4;
  }

  .benefit-item.standard .benefit-icon,
  .benefit-item.wide .benefit-icon {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .ehs-section {
    padding: 25px 10px;
  }

  .section-heading {
    font-size: clamp(20px, 7vw, 32px);
    margin-bottom: 10px;
  }

  .section-subheading {
    font-size: clamp(16px, 6vw, 24px);
    margin-bottom: 20px;
  }

  .benefits-container {
    margin-top: 30px;
    gap: 15px;
  }

  .benefits-row {
    gap: 12px;
  }

  .benefit-item {
    padding: 16px;
    min-height: 70px;
  }

  .benefit-content {
    gap: 12px;
  }

  .benefit-text {
    font-size: clamp(13px, 4vw, 15px);
    line-height: 1.3;
  }

  .benefit-item.standard .benefit-icon,
  .benefit-item.wide .benefit-icon {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
}

@media (max-width: 414px) {
  .ehs-section {
    padding: 20px 8px;
    min-height: auto;
  }

  .section-heading {
    font-size: clamp(18px, 6vw, 28px);
    margin-bottom: 8px;
  }

  .section-subheading {
    font-size: clamp(14px, 5vw, 20px);
    margin-bottom: 15px;
  }

  .benefits-container {
    margin-top: 25px;
    gap: 12px;
  }

  .benefit-item {
    padding: 14px;
    min-height: 65px;
  }

  .benefit-content {
    gap: 10px;
  }

  .benefit-text {
    font-size: 13px;
    line-height: 1.2;
  }

  .benefit-item.standard .benefit-icon,
  .benefit-item.wide .benefit-icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

/* BOG Benefits Section */
.bog-section {
  background-color: #ffffff;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 73px 100px;
  box-sizing: border-box;
}

.bog-benefit-left {
  width: 600px;
}

.bog-benefit-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #292951;
  margin-bottom: 30px;
}

.bog-benefit-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bog-benefit {
  display: flex;
  align-items: center;
  /* background-color: #eaf5ed; */
  width: 596px;
  height: 111px;
  border-radius: 6.43px 81.44px 81.44px 6.43px;
  padding: 15px 26px;
  gap: 20px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  border: 0.54px solid transparent;
}

.bog-benefit:hover {
  background-color: #2c9c4a;
}

.bog-benefit:hover .bog-title,
.bog-benefit:hover .bog-subtext,
.bog-benefit:hover .bog-icon {
  color: white;
}

.bog-icon {
  width: 46px;
  height: 45px;
  font-size: 28px;
  color: #2c9c4a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bog-text {
  width: 351px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bog-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 25.72px;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #292951;
}

.bog-subtext {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 17.14px;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #8090b5;
  margin-top: 5px;
}

.bog-benefit-right {
  position: relative;
  width: 500px;
  height: 700px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bog-mobile-shadow {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.bog-mobile {
  position: relative;
  z-index: 2;
  width: 90%;
  height: auto;
}

/* Responsive Styles */
@media (min-width: 992px) and (max-width: 1024px) {
  .bog-section {
    padding: 60px 40px;
    gap: 40px;
  }

  .bog-benefit-left {
    width: 50%;
    max-width: 480px;
  }

  .bog-benefit-heading {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .bog-benefit {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 95px;
    padding: 16px 22px;
    gap: 18px;
  }

  .bog-icon {
    width: 42px;
    height: 42px;
    font-size: 26px;
  }

  .bog-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .bog-subtext {
    font-size: 15px;
    line-height: 1.4;
  }

  .bog-benefit-right {
    width: 50%;
    max-width: none;
    height: auto;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bog-mobile {
    width: 100%;
    max-width: 460px;
  }
}

@media (max-width: 991.98px) {
  .bog-section {
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 40px 20px;
  }

  .bog-benefit-left {
    width: 100%;
    max-width: 100%;
  }

  .bog-benefit-heading {
    font-size: clamp(28px, 5vw, 48px);
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
  }

  .bog-benefit-list {
    gap: 18px;
  }

  .bog-benefit {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100px;
    padding: 18px 22px;
    gap: 18px;
  }

  .bog-icon {
    width: 42px;
    height: 42px;
    font-size: 26px;
  }

  .bog-text {
    width: auto;
    flex: 1;
  }

  .bog-title {
    font-size: clamp(20px, 4vw, 24px);
    line-height: 1.3;
  }

  .bog-subtext {
    font-size: clamp(14px, 3.5vw, 16px);
    line-height: 1.4;
    margin-top: 4px;
  }

  .bog-benefit-right {
    width: 100%;
    max-width: 450px;
    height: auto;
    min-height: 400px;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bog-mobile {
    width: 85%;
    position: relative;
  }
}

@media (max-width: 767.98px) {
  .bog-section {
    padding: 30px 15px;
    gap: 50px;
  }

  .bog-benefit-heading {
    font-size: clamp(24px, 6vw, 36px);
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .bog-benefit-list {
    gap: 15px;
  }

  .bog-benefit {
    min-height: 90px;
    padding: 16px 18px;
    gap: 15px;
    border-radius: 6px 40px 40px 6px;
  }

  .bog-icon {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .bog-title {
    font-size: clamp(18px, 4.5vw, 22px);
    line-height: 1.3;
  }

  .bog-subtext {
    font-size: clamp(13px, 3.8vw, 15px);
    line-height: 1.4;
  }

  .bog-benefit-right {
    height: auto;
    min-height: 350px;
    max-width: 380px;
  }

  .bog-mobile {
    width: 90%;
  }
}

@media (max-width: 575.98px) {
  .bog-section {
    padding: 25px 10px;
    gap: 40px;
  }

  .bog-benefit-heading {
    font-size: clamp(20px, 7vw, 32px);
    margin-bottom: 20px;
  }

  .bog-benefit-list {
    gap: 12px;
  }

  .bog-benefit {
    min-height: 80px;
    padding: 14px 16px;
    gap: 12px;
    border-radius: 5px 30px 30px 5px;
  }

  .bog-icon {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  .bog-title {
    font-size: clamp(16px, 5vw, 20px);
    line-height: 1.2;
  }

  .bog-subtext {
    font-size: clamp(12px, 4vw, 14px);
    line-height: 1.3;
  }

  .bog-benefit-right {
    height: auto;
    min-height: 320px;
    max-width: 320px;
  }

  .bog-mobile {
    width: 95%;
  }
}

@media (max-width: 414px) {
  .bog-section {
    padding: 20px 8px;
    gap: 20px;
  }

  .bog-benefit-heading {
    font-size: clamp(18px, 6vw, 28px);
    margin-bottom: 18px;
  }

  .bog-benefit-list {
    gap: 10px;
  }

  .bog-benefit {
    min-height: 75px;
    padding: 12px 14px;
    gap: 10px;
  }

  .bog-icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .bog-title {
    font-size: 15px;
    line-height: 1.2;
  }

  .bog-subtext {
    font-size: 12px;
    line-height: 1.3;
  }

  .bog-benefit-right {
    height: auto;
    min-height: 280px;
    max-width: 280px;
  }
}

@media (max-width: 320px) {
  .bog-section {
    gap: 30px;
    padding: 15px 5px;
  }

  .bog-benefit-right {
    height: auto;
    min-height: 250px;
    max-width: 250px;
  }
}

/* Real impact section */
.real-impact-section {
  background-color: #ffffff;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 99px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.real-impact-left {
  max-width: 600px;
  flex: 1;
}

.real-impact-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.impact-image {
  width: 100%;
  max-width: 825px;
  height: auto;
}

.impact-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #292951;
  margin-bottom: 16px;
}

.impact-subtext {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #8090b5;
  margin-bottom: 32px;
}

.impact-points {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.impact-points li {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #292951;
  margin-bottom: 20px;
  padding-left: 32px;
}

.impact-points .bullet {
  width: 16px;
  height: 16px;
  background-color: #2c9c4a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.impact-summary {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #292951;
}

/* Responsive Styles */
@media (min-width: 992px) and (max-width: 1024px) {
  .real-impact-section {
    padding: 70px 40px;
    gap: 30px;
  }

  .real-impact-left {
    max-width: 480px;
  }

  .impact-heading {
    font-size: 34px;
    line-height: 1.2;
  }

  .impact-subtext {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 28px;
  }

  .impact-points li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .impact-summary {
    font-size: 20px;
    line-height: 1.5;
  }

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

  .real-impact-right {
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .real-impact-section {
    height: auto;
    flex-direction: column;
    padding: 60px 40px;
    gap: 30px;
  }

  .real-impact-left {
    order: 1;
    max-width: 100%;
    text-align: center;
  }

  .real-impact-right {
    order: 2;
    justify-content: center;
  }

  .impact-heading {
    font-size: clamp(28px, 5vw, 40px);
    text-align: center;
  }

  .impact-subtext {
    text-align: center;
    font-size: clamp(18px, 3vw, 24px);
  }

  .impact-points {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 40px auto;
  }

  .impact-points li {
    font-size: clamp(18px, 3vw, 24px);
  }

  .impact-summary {
    text-align: center;
    font-size: clamp(18px, 3vw, 24px);
  }

  .impact-image {
    max-width: 600px;
  }
}

@media (max-width: 767.98px) {
  .real-impact-section {
    padding: 50px 30px;
    gap: 25px;
  }

  .real-impact-left {
    width: 100%;
  }

  .impact-heading {
    font-size: clamp(24px, 6vw, 32px);
    line-height: 1.1;
    margin-bottom: 20px;
  }

  .impact-subtext {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  .impact-points {
    margin-bottom: 30px;
  }

  .impact-points li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
    padding-left: 28px;
  }

  .impact-points .bullet {
    width: 14px;
    height: 14px;
    top: 4px;
  }

  .impact-summary {
    font-size: 16px;
    line-height: 1.5;
  }

  .impact-image {
    max-width: 500px;
  }
}

@media (max-width: 575.98px) {
  .real-impact-section {
    padding: 40px 20px;
    gap: 20px;
  }

  .impact-heading {
    font-size: clamp(20px, 7vw, 28px);
    margin-bottom: 16px;
  }

  .impact-subtext {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .impact-points {
    margin-bottom: 25px;
  }

  .impact-points li {
    font-size: 14px;
    margin-bottom: 14px;
    padding-left: 24px;
  }

  .impact-points .bullet {
    width: 12px;
    height: 12px;
    top: 3px;
  }

  .impact-summary {
    font-size: 14px;
  }

  .impact-image {
    max-width: 100%;
  }
}

/* Final thought section */
.final-thoughts-section {
  width: 100%;
  background-color: #ffffff;
  padding: 54px 168px;
  box-sizing: border-box;
}

.final-thoughts-box {
  position: relative;
  width: 100%;
  max-width: 1104px;
  height: auto;
  background-color: #ebf6ee;
  border-radius: 20px;
  margin: 0 auto;
  padding: 40px 50px;
  box-sizing: border-box;
}

.thoughts-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.thoughts-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 122%;
  letter-spacing: -2%;
  color: #292951;
  margin: 0;
  min-width: 250px;
}

.thoughts-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 127%;
  letter-spacing: -2%;
  color: #8090b5;
  max-width: 816px;
}

.thoughts-para {
  margin: 0 0 20px 0;
}

.quote-image {
  position: absolute;
  width: 94px;
  opacity: 1;
  z-index: 0;
}

.top-quote {
  top: 10px;
  left: 20px;
  width: 91px;
}

.bottom-quote {
  bottom: 10px;
  right: 20px;
  width: 94px;
}

/* Responsive Styles */
@media (min-width: 992px) and (max-width: 1024px) {
  .final-thoughts-section {
    padding: 50px 40px;
  }

  .final-thoughts-box {
    max-width: 960px;
    padding: 35px 40px;
    border-radius: 18px;
  }

  .thoughts-heading {
    font-size: 34px;
    line-height: 1.2;
  }

  .thoughts-text {
    font-size: 20px;
    line-height: 1.5;
  }

  .thoughts-para {
    margin: 0 0 18px 0;
  }

  .quote-image {
    width: 70px;
  }

  .top-quote {
    top: 12px;
    left: 12px;
    width: 65px;
  }

  .bottom-quote {
    bottom: 12px;
    right: 12px;
    width: 70px;
  }
}

@media (max-width: 991.98px) {
  .final-thoughts-section {
    padding: 40px 40px;
  }

  .final-thoughts-box {
    padding: 35px 40px;
    border-radius: 16px;
  }

  .thoughts-content {
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }

  .thoughts-heading {
    font-size: clamp(28px, 5vw, 40px);
    text-align: center;
    min-width: auto;
  }

  .thoughts-text {
    font-size: clamp(18px, 3vw, 24px);
    text-align: center;
    max-width: 100%;
  }

  .thoughts-para {
    margin: 0 0 16px 0;
  }

  .quote-image {
    width: 70px;
  }

  .top-quote {
    top: 15px;
    left: 15px;
    width: 65px;
  }

  .bottom-quote {
    bottom: 15px;
    right: 15px;
    width: 70px;
  }
}

@media (max-width: 767.98px) {
  .final-thoughts-section {
    padding: 30px 20px;
  }

  .final-thoughts-box {
    padding: 30px 25px;
    border-radius: 12px;
  }

  .thoughts-content {
    gap: 20px;
  }

  .thoughts-heading {
    font-size: clamp(24px, 6vw, 32px);
    line-height: 1.1;
  }

  .thoughts-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .thoughts-para {
    margin: 0 0 14px 0;
  }

  .quote-image {
    width: 50px;
  }

  .top-quote {
    top: 12px;
    left: 12px;
    width: 45px;
  }

  .bottom-quote {
    bottom: 12px;
    right: 12px;
    width: 50px;
  }
}

@media (max-width: 575.98px) {
  .final-thoughts-section {
    padding: 25px 15px;
  }

  .final-thoughts-box {
    padding: 25px 20px;
    border-radius: 10px;
  }

  .thoughts-content {
    gap: 18px;
  }

  .thoughts-heading {
    font-size: clamp(20px, 7vw, 28px);
  }

  .thoughts-text {
    font-size: 14px;
  }

  .thoughts-para {
    margin: 0 0 12px 0;
  }

  .quote-image {
    width: 40px;
  }

  .top-quote {
    top: 10px;
    left: 10px;
    width: 35px;
  }

  .bottom-quote {
    bottom: 10px;
    right: 10px;
    width: 40px;
  }
}

/* bog-supports-section */
.key-features-title {
  font-weight: 600;
  font-size: clamp(1.5rem, 5vw, 2.4rem);
  width: 100%;
  max-width: 791px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  hyphens: auto;
  color: #292951;
}

.parent-scroll {
  position: relative;
  overflow: hidden;
  /* overflow-y: auto; */
}

.key-features-subtitle {
  color: #8090b5;
  margin-bottom: 1.5rem;
  font-weight: 400;
  text-align: start;
  width: 100%;
  max-width: 750px;
  letter-spacing: 1px;
  font-size: clamp(1rem, 3vw, 1.2rem);
}

.card-feature {
  padding: 20px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: clamp(1.5rem, 5vw, 1.5rem);
  color: #292951;
  border-radius: 8px;
  max-width: 557px;
  height: 6.5rem;
  display: flex;
  align-items: center;
  /* transition: 0.3s ease;
  animation: 3s linear infinite; */
}

.bento-section {
  /* margin-top: 8.854vw; */

  margin: 0;
  padding: 0;
  display: none;

  span {
    color: #292951;
    display: none;
    font-size: clamp(1.2rem, 5vw, 1.5rem);
    width: 100%;
    font-weight: 500;
  }
}
.bento-section.active {
  display: block;
}

.card-feature.active {
  background-color: #2c9c4a;
  color: white;
  border-top-right-radius: 76px;
  border-bottom-right-radius: 76px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: pointer;
}

.bento-title {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  font-weight: 500;
  color: #8090b5;
  margin-bottom: 30px;
  margin-right: 50px;
  text-align: start;
}

.bento-box {
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.bento-box img {
  width: 40px;
  margin-bottom: 10px;
}

.bento-text {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1c1c1c;
}

.four-card-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.four-card-wrapper .col-6 {
  display: flex;
}

.custom-bento-card {
  background: #ebf6ee;
  border-radius: 12px;
  padding: 50px 20px 20px;
  position: relative;
  text-align: center;
  height: auto;
  width: 100%;
  max-width: none;
  flex: 1 1 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.icon-wrapper {
  background-color: #2c9c4a;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 90px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 25px;
  right: auto;
  transform: none;
  /* right: 110px;
  transform: translateX(-50%); */
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-text:last-child {
  margin-bottom: 2.5rem;
}

.icon-wrapper img {
  width: 50px;
  margin-top: 20px;
  height: 50px;
  object-fit: contain;
}

.card-text {
  text-align: start;
  margin-top: 70px;
  width: 100%;
  height: auto;
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 500;
  color: #292951;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  hyphens: auto;
}

.green-bar {
  width: 115px;
  height: 10px;
  background-color: #2c9c4a;
  margin-bottom: 10px;
}
@media (max-width: 162px) {
  .bento-section {
    margin-top: 20px;
    padding: 0 4px;
  }

  .bento-title {
    font-size: 14px;
    text-align: center;
  }

  .custom-bento-card {
    width: 100%;
    display: block;
    padding: 8px;
    box-sizing: border-box;
  }

  .icon-wrapper {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
  }

  .icon-wrapper img {
    width: 16px;
    height: 16px;
  }

  .card-text {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 0.7rem;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .card-feature {
    width: 100%;
    font-size: 14px;
    padding: 8px;
    box-sizing: border-box;
  }

  .card-feature.active {
    width: 100%;
  }
}

@media (min-width: 360px) and (max-width: 428px) {
  .bento-section {
    margin-top: 40px;
    padding: 0 50px;
    width: 100%;
  }

  .bento-title {
    margin-right: 0;
    font-size: 18px;
    text-align: center;
  }

  .custom-bento-card {
    width: 100%;
    padding-top: 60px;
  }

  .icon-wrapper {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
  }

  .icon-wrapper img {
    width: 24px;
    height: 24px;
  }

  .card-text {
    margin-top: 16px;
    text-align: center;
    width: 100%;
    font-size: 0.85rem;
  }

  .card-feature {
    width: 100%;
    font-size: 16px;
    padding: 14px;
  }

  .card-feature.active {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .parent-scroll {
    display: none;
  }

  .bento-section {
    margin: 0 auto;
    padding: 0;

    span {
      display: block;
      text-align: left;
      width: 100%;
    }
  }

  .bento-section:not(:first-child) {
    span {
      margin-top: 2rem;
    }
  }

  .one-card {
    display: block;
  }

  .bento-title {
    margin-right: 0;
    /* font-size: 20px; */
    text-align: center;
  }

  .custom-bento-card {
    width: 100%;
    padding-top: 70px;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;

    z-index: 1;
  }

  .icon-wrapper img {
    width: 30px;
    height: 30px;
  }

  .card-text {
    margin-top: 10px !important;
    text-align: start;
    /* margin-bottom: 40px; */
    width: 100%;
    /* font-size: 0.9rem; */
  }

  .card-feature {
    width: 100%;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    padding: 16px;
  }

  .card-feature.active {
    width: 100%;
  }
}

@media (min-width: 768.1px) and (max-width: 991.9px) {
  /* section new four  */

  .scroll-parent-right {
    padding: 0 8rem !important;
  }

  .parent-scroll {
    display: none;
  }


  .bento-section:not(:first-child) {
    margin-top: 3rem;
  }

  .bento-title {
    margin-right: 0;
    /* font-size: 20px; */
    text-align: center;
  }

  .custom-bento-card {
    width: 100%;
    padding-top: 70px;
    margin-right: 0 !important;
    padding-right: 20px !important;
  }

  .one-card {
    display: block;

    span {
      display: block;
    }
  }

  .four-card-wrapper .col-6:last-child .custom-bento-card {
    margin-right: 0 !important;
  }

  .four-card-wrapper {
    margin-right: 0 !important;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;
    /* border-radius: 50%; */
    z-index: 1;
  }

  .icon-wrapper img {
    width: 30px;
    height: 30px;
  }

  .card-text {
    margin-top: 20px;
    text-align: start;
    width: 100%;
    /* font-size: 0.9rem; */
  }

  .card-feature {
    width: 100%;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    padding: 16px;
  }

  .card-feature.active {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .scroll-parent-right {
    padding: 0 8rem !important;
  }

  .parent-scroll {
    display: none;
  }

  .bento-section {
    margin-top: 0;

    span {
      display: block;
      text-align: left;
      width: 100%;
    }
  }

  .bento-section:not(:first-child) {
    margin-top: 60px;
  }

  .bento-title {
    margin-right: 0;
    /* font-size: 20px; */
    text-align: center;
    width: 100%;
  }

  .custom-bento-card {
    width: 100%;
    padding-top: 70px;
    text-align: center;
  }

  .one-card {
    display: block;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;
    z-index: 1;
  }

  .icon-wrapper img {
    width: 30px;
    height: 30px;
  }

  .card-text {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: start;
    width: 100%;
    /* font-size: 0.9rem; */
  }

  .card-feature {
    width: 100%;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    padding: 16px;
  }

  .card-feature.active {
    width: 100%;
  }
}

/* fixed alignment for 1200px key features section  */
@media (min-width: 1199.9px) and (max-width: 1200.1px) {
  .scroll-parent-right {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
