mpact-page {
  /*   font-family: "Helvetica Neue", Arial, sans-serif; */
  line-height: 1.6;
  color: #000;
}

/* Utility: max‐width container */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Generic two‐column row */
/* [class*="row"] {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
[class*="col"] {
  padding: 10px;
} */

/* Responsive breakpoints */
/* @media screen and (max-width: 992px) {
  [class*="row"] {
    flex-direction: column;
  }
  [class*="col"] {
    width: 100% !important;
  }
} */

/* =============================================================================
   Section 1: Hero
   =============================================================================
*/
div#zipsection1 {
  background-size: cover;
  background-repeat: no-repeat;
}

.impact-hero {
  background-color: #e8fcf9;
  /* light mint background */
  padding: 60px 0;
}

.hero-row {
  display: flex;
  flex-wrap: wrap;
}

.hero-col-left,
.hero-col-right {
  box-sizing: border-box;
  padding: 10px;
}

.hero-col-left {
  flex: 0 0 50%;
  max-width: 50%;
}

.hero-col-right {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-col img {
  width: 100%;
  height: auto;
  display: block;
}

/* Hero text */
.impact-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #006d75;
  /* deep teal */
}

.hero-subtext {
  font-size: 1.125rem;
  margin-bottom: 30px;
}

.hero-3d img {
  width: 80%;
  max-width: 300px;
  height: auto;
}

/* Reflow on smaller screens */
@media screen and (max-width: 768px) {

  .hero-col-left,
  .hero-col-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .hero-3d img {
    margin: 0 auto;
  }
}

/* =============================================================================
   Section 2: Making A Global Impact
   =============================================================================
*/
/* .sec_2 .sec_1_bg {
  min-height: 844px;
} */
section.sec_2 {
  /* margin-bottom: 10px; */
}
.sec_1_bg .container.top-content{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(245deg, rgb(203, 233, 230, 1) 0%, rgba(255, 255, 255, 0) 90%);
}
.sec_1_bg .container {
    padding-top: 30px;
    padding-bottom: 50px;
}
.sec_4 .container {
    padding-bottom: 0px;
}
.impact-global {
  background-color: #f5fdfc;
  padding: 60px 0;
}
ul.impact-custom-list-1 li,ul.impact-custom-list-2 li {
    position: relative;
    list-style: none;
}
ul.impact-custom-list-1 li:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 6px;
    background: url(/img/list-icon-1.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}
ul.impact-custom-list-2 li:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 6px;
    background: url(/img/list-icon-2.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}
ul.impact-custom-list-1, ul.impact-custom-list-2 {
    margin-bottom: 30px;
}
.global-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.global-col-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.global-col-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.global-col-left h2 {
  font-size: 2rem;
  color: #006d75;
  margin-bottom: 20px;
}

.global-col-right img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {

  .global-col-left,
  .global-col-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

/* =============================================================================
   Section 3: YouTube Video
   =============================================================================
*/
.impact-video {
  background-color: #e8fcf9;
  padding: 60px 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.video-wrapper iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: none;
}

@media screen and (max-width: 768px) {
  .video-wrapper iframe {
    height: 300px;
  }
}

/* =============================================================================
   Section 4: Early Grade Apps
   =============================================================================
*/
/* .sec_4 .sec_1_bg {
  min-height: 844px;
} */
.sec_4 {
  position: relative;
}
.coverimg{
      min-height: 290px;
    object-fit: cover;
}
.sec_4_book {
  position: absolute;
  bottom: -30px;
  left: 45%;
  width: 51%;
  z-index: 4;
}

.sec_4 .sec_1_bg {
  padding-bottom: 40px;
}

.impact-early {
  background-color: #f5fdfc;
  padding: 60px 0;
}

.early-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.early-col-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.early-col-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.early-col-left img {
  width: 100%;
  height: auto;
}

.early-col-right h2 {
  font-size: 1.75rem;
  color: #006d75;
  margin-bottom: 15px;
}

.early-text {
  font-size: 1rem;
  margin-bottom: 20px;
}

.grade-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.grade-badges .badge {
  color: #fff;
  padding: 8px 12px;
  font-size: 0.875rem;
  border-radius: 4px;
}

.btn-learn {
  display: inline-block;
  background-color: #006d75;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {

  .early-col-left,
  .early-col-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

/* =============================================================================
   Section 5: Junior Secondary Apps
   =============================================================================
*/
.sec_5 {
  /* margin-bottom: 10px; */
}

.impact-jr-secondary {
  background-color: #e8fcf9;
  padding: 60px 0;
}

.jrsec-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.jrsec-col-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.jrsec-col-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.jrsec-col-left img {
  width: 100%;
  height: auto;
}

.jrsec-col-right h2 {
  font-size: 1.75rem;
  color: #006d75;
  margin-bottom: 15px;
}

.jrsec-text {
  font-size: 1rem;
  margin-bottom: 20px;
}

.jrsec-row .grade-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {

  .jrsec-col-left,
  .jrsec-col-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

/* =============================================================================
   Section 6: STEM AR Secondary
   =============================================================================
*/
.sec_6 {
  /* margin-bottom: 10px; */
}

.impact-stem-ar {
  background-color: #f5fdfc;
  padding: 60px 0;
}

.stemar-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.stemar-col-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.stemar-col-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.stemar-col-left img {
  width: 100%;
  height: auto;
}

.stemar-col-right h2 {
  font-size: 1.75rem;
  color: #006d75;
  margin-bottom: 15px;
}

.stemar-text {
  font-size: 1rem;
  margin-bottom: 20px;
}

.stemar-row .grade-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {

  .stemar-col-left,
  .stemar-col-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

/* =============================================================================
   Section 7: Adolescents & Farmers
   =============================================================================
*/
.impact-adolescents-farmers {
  background-color: #e8fcf9;
  padding: 60px 0;
}

.dual-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.dual-col-left,
.dual-col-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.dual-col-left h3,
.dual-col-right h3 {
  font-size: 1.5rem;
  color: #006d75;
  margin-bottom: 15px;
}

.dual-text {
  font-size: 1rem;
  margin-bottom: 20px;
}

.dual-item {
  margin-top: 10px;
}

.dual-item .product-image {
  width: 120px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.btn-buy {
  display: inline-block;
  background-color: #006d75;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {

  .dual-col-left,
  .dual-col-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

/* =============================================================================
   Section 8: Positively Impacting
   =============================================================================
*/

.impact-positive {
  background-color: #f5fdfc;
  padding: 60px 0;
}

.positive-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.positive-col-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.positive-col-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.positive-col-left h2 {
  font-size: 2rem;
  color: #006d75;
  margin-bottom: 20px;
}

.positive-text {
  font-size: 1rem;
  line-height: 1.5;
}

.positive-col-right img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {

  .positive-col-left,
  .positive-col-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

/* =============================================================================
   OPTIONAL: Button hover states, small tweaks
   =============================================================================
*/
.btn-learn:hover,
.btn-buy:hover {
  background-color: #00545b;
  text-decoration: none;
}

/* ==========================================================================================================================================================*/

.sec_1 {
  /* min-height: 960px; */
  position: relative;
  overflow: hidden;
  /* margin-bottom: 10px; */
}

.sec_1_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: auto;
  /* background-color: #cceae7; */
  position: relative;
}

.sec_1_head {
  color: #9ed1cc;
  font-size: 20px;
  right: 15px;
  top: 12%;
  left: 55%;
  text-align: right;
  font-weight: 600 !important;
  line-height: 25px;
}

.sec_1_head span {
  font-weight: 400;
}

.sec_1_text {
    font-size: 14px !important;
    line-height: 37px;
    text-align: right;
    left: 55%;
    color: #000000e8;
}

.sec_1_3d {
  position: absolute;
  max-width: 100%;
  bottom: -55px;
  right: -55px;
}

.sec_1_3d img {
  width: 80%;
  float: right;
  margin-top: 75px;
  right: 0;
}

.sec_2_div {
  /* width: 50%;
  position: absolute;
  top: 20%;
  left: 10%; */
  display: flex;
  flex-direction: column;
}

.sec_2_text {
  font-size: 16px;
  line-height: 20px;
  max-width: 600px;
  text-align: left;
  line-height: 32px;
}

.sec_4_head {
  color: #019587;
  font-size: 18px;
  /* position: absolute;
  right: 23%;
  max-width: 40%;
  top: 25%; */
  text-align: left;
  font-weight: 700;
  line-height: 30px;
}

.sec_4_text {
    font-size: 18px;
    line-height: 32px;
    text-align: start;
    margin-bottom: 40px;
}

.sec_4_badge img {
  max-width: 200px;
}

.sec_4_badge {
  background-color: transparent;
}

.sec_4_lm {
  border-radius: 100px;
  background-color: #f37320;
  color: white;
  padding: 8px 15px;
  /* position: absolute;
  right: 52%;
  top: 67%; */
}

.sec_4_badges {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    right: 8%;
    top: 20px;
    width: 150px;
    bottom: 10px;
}

/* .zipbg {
  min-height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
} */

.zipcontent {
  margin-top: 20px;
}

.zipcontent li {
  line-height: 25px;
  margin-bottom: 5px;
}

.zipheader {
    color: #019587;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    line-height: 24px;
}

.sec_5_head {
    color: #019587;
    font-size: 18px;
    text-align: start;
    font-weight: 700;
    margin-bottom: 30px;
}

.sec_5_text {
  font-size: 17px;
  /* position: absolute;
  left: 30%;
  top: 43%;
  max-width: 450px; */
  line-height: 28px;
  text-align: start;
}

.sec_4_badge img {
  max-width: 100%;
}

.sec_5_badge {
  background-color: transparent;
}

.sec_5_lm {
  border-radius: 100px;
  background-color: #f37320;
  color: white;
  padding: 8px 15px;
  position: relative;
  left: 0%;
  /* top: 67%; */
  float: left;
  margin-bottom: 15px;
}

.sec_5_badges {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    left: 2%;
    top: 10px;
    width: 162px;
}

.sec_6_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("/img/impactnov_2025/juniorbg.webp");
  background-position: center;
}

.section_6_content {
  position: relative;
  /* width: 37%;
  min-height: 700px;
  left: 33%; */
  /* margin-top: 40%; */
}

.sec_6_head {
    color: #019587;
    font-size: 18px;
    text-align: start;
    font-weight: 700;
    max-width: 300px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.sec_6_text {
    font-size: 16px;
    max-width: 100%;
    line-height: 28px;
    text-align: start;
    margin-bottom: 30px;
}

.sec_6_lm {
  border-radius: 100px;
  background-color: #f37320;
  color: white;
  padding: 8px 15px;
  left: 0%;
  top: 70%;
}

/* .sec_6_img {
  max-width: 40%;
  position: absolute;
  left: 15%;
  transform: translateX(-50%);
  bottom: 0;
}
.sec_6_img img {
  max-width: 100%;
} */

.sec_6_badges {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 150px;
    right: 15px;
    position: absolute;
}

.sec_6_badge {
  background-color: transparent;
}

.sec_6_badge img {
  max-width: 100%;
}

section.sec_7 {
  background: #eeebdc;
}

.sec_7_left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  /* height: 844px; */
}

.sec_7_img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65%;
}

.sec_7_lm {
  border-radius: 100px;
  background-color: #f37320;
  color: white;
  padding: 8px 15px;
}

.sec_7_left_head {
  max-width: 450px;
  /* text-align: end; */
  color: #019587;
  font-size: 22px;
  text-align: start;
  font-weight: 700;
}

.sec_7_left_sub_head {
  display: none;
}

/* 
.sec_7_left_text {
  max-width: 300px;
  text-align: end;
} */
.sec_7_badge img {
  max-width: 200px;
}

.sec_7_badge {
  background-color: transparent;
}

.section_7_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
}

.sec_7_lm {
  border-radius: 100px;
  background-color: #f37320;
  color: white;
  padding: 8px 15px;
  height: 40px;
}

section.sec_7_second {
  background: #d4e7e8;
}

.sec_7_right {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}

.sec_7_right_head {
  max-width: auto;
  text-align: start;
  /* min-height: 150px; */
  font-size: 22px;
}

.sec_7_right_sub_head {
  /* color: white; */
  font-size: 36px;
  text-align: start;
}

.sec_7_right_text {
  /* color: white; */
  max-width: auto;
  text-align: start;
}

h1.sec_7_left_head {
  font-size: 22px;
}

.sec_8 .sec_6_lm {
  border-radius: 100px;
  background-color: #f37320;
  color: white;
  padding: 8px 15px;
  /* position: absolute; */
  left: 0%;
  top: 105%;
  width: 120px;
  margin-bottom: 15px;
}
.learn-more-btn {
    padding: 5px 15px !important;
    font-size: 17px;
    height: unset;
    width: 126px !important;
    /* display: inline; */
    -webkit-box-shadow: inset -7px -6px 10px -5px rgb(136, 55, 3, 0.7);
    box-shadow: inset -7px -6px 10px -5px rgb(136, 55, 3, 0.7);
}
.farmerbg {
    background-image: url(/img/2025impact/sdlfav.webp);
    min-height: 600px;
    background-position: top;
    background-color: #d0e4e6;
    margin-top: 133px;
}
.farmer-inner {
    margin-top: -133px;
}
section.sec_8 .container {
    padding-top: 0px;
    margin-top: -50px;
}
.impact-page p{
  font-weight: 600;
}
.column-flex {
    flex-direction: row;
    width: 207px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-top: 25px;
}
.column-flex  div:first-child {
    margin-left: 40px;
}
.column-flex  div {
    width: 80px;
}
.hero-section-content {
    font-size: 13px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.header-flex {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    max-width: 74%;
}

.allhsssection .keyfeatureicon img {
    width: 75px;
    float: right;
}

.header-flex h2 {
    font-size: 20px;
    margin: 0;
}

.allhsssection .applinkgroup {
    width: 109px;
    display: flex;
    gap: 2px;
    align-items: flex-start;
}

.header-flex h2 {
    font-size: 20px;
    margin: 0;
    text-shadow: -2px -1px 2px rgba(255, 255, 255, 1), 1px 1px 2px rgba(255, 255, 255, 1), -1px 1px 2px rgba(255, 255, 255, 1), 1px -1px 2px rgba(255, 255, 255, 1), 5px 6px 12px rgb(147 147 147 / 70%);
    font-weight: 600;
}

.applinkgroup img {
    background: #fff;
    padding: 2px;
}

.header-flex-con {

    display: flex;
    justify-content: space-between;

}
.text-stroke{
    text-shadow: -2px -1px 2px rgba(255, 255, 255, 1), 1px 1px 2px rgba(255, 255, 255, 1), -1px 1px 2px rgba(255, 255, 255, 1), 1px -1px 2px rgba(255, 255, 255, 1), 5px 6px 12px rgb(147 147 147 / 70%);

}
/* =============================================================================
    Media Query
   =============================================================================
*/

@media (min-width: 1400px) and (max-width: 1600px) {
  .sec_1_head {
    font-size: 35px;
    right: 15px;
    max-width: 40%;
  }

  .sec_1_3d img {
    width: 65%;
  }

  .sec_2 .sec_1_bg,
  .sec_8 .sec_1_bg {
    min-height: 650px;
  }

  .sec_4_head {
    top: 20%;
  }

  .sec_4_badges,
  .sec_6_badges {
    right: 4%;
    width: 20%;
  }

  .sec_5_badges {
    left: 4%;
    width: 20%;
  }

  .sec_5_head {
    max-width: 50%;
  }

  .sec_6_text {
    left: 5%;
  }

  .sec_6_bg {
    min-height: 720px;
  }

  .sec_6_head {
    left: 5%;
    max-width: 100%;
    top: 20%;
  }

  .sec_2_div {
    width: 50%;
    left: 5%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .sec_1 {
    min-height: 800px;
  }

  .sec_1_bg {
    background-position: 70%;
  }

  .sec_1_3d img {
    width: 65%;
  }

  .sec_1_head {
    max-width: 60%;
    top: 15%;
    left: 40%;
  }

  .sec_1_text {
    top: 35%;
    max-width: 55.6%;
    left: 40%;
  }

  .sec_5 .sec_1_bg {
    background-position: 30%;
  }

  .sec_2 .sec_1_bg,
  .sec_8 .sec_1_bg {
    min-height: 650px;
  }

  .sec_4_head {
    top: 20%;
  }

  .sec_4_badges,
  .sec_6_badges {
    right: 4%;
    width: 20%;
  }

  .sec_5_badges {
    left: 4%;
    width: 20%;
  }

  .sec_5_head {
    max-width: 50%;
  }

  .sec_6_text {
    left: 5%;
  }

  .sec_6_bg {
    min-height: 720px;
  }

  .sec_6_head {
    left: 5%;
    max-width: 42%;
    top: 20%;
  }

  .sec_2_div {
    width: 50%;
    left: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sec_5_head {
    font-size: 30px;
    left: 30%;
    max-width: 70%;
    top: 18%;
  }

  .sec_5_text {
    left: 30%;
    top: 33%;
    max-width: 450px;
  }

  .sec_5_lm {
    top: 54%;
  }

  .sec_4_text {
    max-width: 55%;
  }

  .sec_4_head {
    font-size: 34px;
    position: absolute;
    right: 23%;
    max-width: 60%;
  }

  .sec_2_div {
    left: 3%;
  }

  h1.sec_7_left_head,
  .sec_7_right_head {
    font-size: 28px;
  }

  .sec_6_badges {
    right: 4%;
    top: 20%;
    width: 15%;
  }

  .section_6_content {
    position: relative;
    width: 60%;
    min-height: 700px;
    left: 20%;
  }
}