body {
  font-family: "Quicksand", sans-serif;
}
/* Navbar */
.navbar {
  background: transparent;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
a.navbar-brand {
  margin-top: 4%;
}
.navbar-brand img {
  max-height: 60px;
  border: none;
}

/* Hero */
/* .hero-section {
  position: relative;
  background: url("assets/banner-Bringing-smiles.png") no-repeat center
    center/cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #000;
}
.hero-content {
  max-width: 550px;
  margin-top: 100px; extra space so text doesn’t overlap logo
}
.hero-title {
  font-size: 2.5rem;
  font-weight: 600;
  font-size: 54px;
  line-height: 125%;
  font-family: "Quicksand", sans-serif;
} */
/* .hero-title em {
  font-weight: 400;
  font-family: "Courgette", sans-serif;
}
.hero-subtext2 {
  font-family: "Quicksand";
  font-weight: 700;
  font-size: 33px;
  line-height: 150%;
  font-style: normal;
  margin-bottom: 4%;
}
.hero-content {
  font-weight: 500;
  font-size: 25px;
  line-height: 150%;
  font-family: "Quicksand", medium;
}
.hero-cta {
  background: #5e8cc6;
  color: #fff;
  border: none;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.hero-cta .bi-arrow-up-right::before {
  background-color: unset !important;
}
.hero-cta i {
  margin-left: 10px;
  font-size: 1.2rem;
  background: #6fb0ff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 1% 2%;
}
.hero-content a {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Quicksand";
} */

/* Responsive */
/* @media (max-width: 767px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-subtext {
    font-size: 20px;
  }
  .hero-content {
    margin-top: 80px;
  }
  .navbar-brand img {
    max-height: 45px;
  }
  .hero-subtext2 {
    font-size: 30px;
    line-height: 125%;
  }
  .hero-content a {
    font-size: 16px;
  }
  i.bi.bi-arrow-up-right {
    padding: 12% 0 1% 3%;
  }
  .story-section {
    padding: 40px 0 !important;
  }
  img.image1 {
    position: static !important;
    right: 100px;
    margin-left: 65%;
  }
  .hero-section {
    background: url(assets/banner-Bringing-smiles.png) no-repeat;
    background-size: cover;
    background-position: 60% 100%;
  }
} */

/* Slider second section CSS starts */
/* Section */
.story-section {
  background: #f7fafc;
  padding: 80px 0;
  position: relative;
}

/* Headline */
.story-headline {
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
  font-family: "Quicksand";
}
.story-headline em {
  /* color: #49d2cc; */
  font-style: normal;
  font-weight: 400;
  font-family: "Courgette", sans-serif;
}
img.image1 {
  position: absolute;
  right: 5%;
  top: 30px;
}
img.image2 {
  top: -130px;
  left: 400px;
  position: absolute;
}
img.image3 {
  position: absolute;
  right: 800px;
  top: -60px;
}
img.image4 {
  position: absolute;
  right: 0px;
  top: 0px;
}
img.image5 {
  position: absolute;
  left: 20px;
  top: -30px;
}
img.image6 {
  position: absolute;
  right: 0px;
  top: -60px;
}
img.image7 {
  position: relative !important;
  left: 50px;
  top: -30px;
}
img.image8 {
  position: relative;
  left: 350px;
  bottom: 50px;
}
img.image9 {
  position: relative;
  left: 50px;
}
/* Story text */
.story-subtext {
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  font-family: "Quicksand";
  text-decoration: underline;
}
.story-subtext2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  font-family: "Quicksand";
}
.story-subtext strong {
  font-weight: 700;
}
.story-donate {
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  font-family: "Quicksand";
}
.story-donate a {
  color: #00c878;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #00c878;
}

/* Slider Card */
.story-card {
  /* border: 3px solid #1C75BC;
      padding: 15px;
      text-align: center;
      position: relative;
      background: #fff;
      box-shadow: 6px 6px 0px rgba(28, 117, 188, 0.3); */
}
.story-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.story-name {
  background: #00c4cc;
  color: #fff;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 4px;
  font-weight: 600;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background: #a6ed6f;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}
.achiever-section {
  position: relative;
}

/* Responsive */
@media (max-width: 768px) {
  .story-headline {
    font-size: 30px;
  }
  .story-subtext {
    font-size: 22px;
  }
  .story-subtext2 {
    font-size: 20px;
  }
  .story-donate {
    font-size: 22px;
  }
  .story-card {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }
}
.carousel-control-prev {
  left: -6%;
}
.carousel-control-next {
  right: -6%;
}
/* Slider second section css ends */

/* 3rd and 4th section css starts */

/* ---- Top intro section ---- */
.intro {
  text-align: center;
  margin: 60px auto;
  max-width: 800px;
  position: relative;
}

.intro h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 150%;
  font-family: "Quicksand";
}
.intro h1 em {
  font-size: 55px;
  font-weight: 700;
  line-height: 150%;
  font-family: "Courgette";
  color: #5edc9a;
}

.intro h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
  font-family: "Quicksand";
}

.intro iframe {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 12px;
}

/* ---- Row sections ---- */
.section {
  display: grid;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin: 60px 0;
}

/* Row 1: Image left, Text right */
.section--image-left {
  grid-template-columns: 40% 60%;
  grid-template-areas: "image text";
}

/* Row 2: Text left, YouTube right */
.section--youtube-right {
  grid-template-columns: 50% 50%;
  grid-template-areas: "text youtube";
  background-image: url(assets/Group1000000704.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 95%;
}

.section__image {
  grid-area: image;
}
.section__text {
  grid-area: text;
}
.section__youtube {
  grid-area: youtube;
}

.section__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.section__text h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
  font-family: "Quicksand";
}
.section__text h2 em {
  font-size: 55px;
  font-weight: 400;
  line-height: 120%;
  font-family: "Courgette";
  color: #54cee5;
}

.section__text p {
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  font-family: "Quicksand";
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  background: #28a745;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

.section__youtube iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 12px;
}

/* Mobile responsive: stack Text first, then media */
@media (max-width: 768px) {
  .section {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 30px 0;
  }

  /* Row 1: text then image */
  .section--image-left {
    grid-template-areas:
      "text"
      "image";
  }

  /* Row 2: text then youtube */
  .section--youtube-right {
    grid-template-areas:
      "text"
      "youtube";
  }
  .bslt-title {
    font-size: 30px !important;
  }
  .bslt-title em {
    font-size: 30px !important;
  }
  .bslt-lead {
    font-size: 24px !important;
  }
  .bslt-slider {
    width: 370px !important;
  }
  img.image2 {
    position: absolute !important;
    left: unset;
    width: 100px;
    top: -60px;
    right: 0;
  }
  .section__text h2 {
    font-size: 30px !important;
  }
  .section__text h2 em {
    font-size: 30px !important;
  }
  .section__text p {
    font-size: 20px;
  }
  img.image8 {
    margin-left: 135px;
    margin-bottom: 5%;
    width: 100px;
  }
  img.image3 {
    margin-left: -60%;
  }
  .intro h1 em,
  .intro h1 {
    font-size: 30px;
  }
  .intro h3 {
    font-size: 24px;
  }
  .impact h2 {
    font-size: 30px !important;
  }
  .impact p {
    font-size: 26px !important;
  }
  img.image4 {
    position: relative;
    margin-left: 200px;
    width: 100px;
  }
  .impact-image .cta a {
    font-size: 18px !important;
  }
  .bi-arrow-up-right::before {
    padding: 3% 0 0 0% !important;
  }
  .stat-box {
    font-size: 32px !important;
  }
  .program h2 {
    font-size: 30px !important;
  }
  .program h2 span {
    font-size: 30px !important;
  }
  .program h3 {
    font-size: 24px;
  }
  .program p {
    font-size: 20px;
  }
  img.image5 {
    position: relative;
    left: 0;
    margin-left: -50%;
    width: 100px;
  }
  .program {
    padding: 20px 20px !important;
  }
  .gallery-title {
    font-size: 30px;
  }
  .highlight-yellow {
    font-size: 30px !important;
  }
  .highlight-green {
    font-size: 30px !important;
  }
  img.image6 {
    position: relative;
    margin-right: -60%;
    width: 100px;
  }
  img.image7 {
    position: absolute !important;
    margin-left: 0px;
    left: 0px;
    width: 100px;
    top: -20px;
  }
  .achiever-text .highlight {
    font-size: 30px !important;
  }
  .achiever-text .subtitle {
    font-size: 24px !important;
  }
  .donate-btn {
    font-size: 24px !importants;
  }
}

/* 3rd and 4th section css ends */

.impact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.impact h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
  font-family: "Quicksand";
}

.impact h2 span {
  /* color: #00b5d8;  */
  font-style: italic;
  font-family: "Courgette";
}

.impact p {
  font-size: 35px;
  font-weight: 500;
  line-height: 120%;
  font-family: "Quicksand";
}

.impact-content {
  display: grid;
  grid-template-columns: 40% 50%;
  gap: 150px;
  align-items: center;
  margin-top: 6%;
}

/* Left stats column */
.stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.stat-box {
  padding: 2px 30px;
  border-radius: 50px;
  font-size: 49px;
  font-weight: 700;
  color: #0b2748;
  line-height: 150%;
  position: relative;
  text-align: center;
}

.stat-box small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.stat1 {
  background: #7de39d;
}
.stat2 {
  background: #a5f575;
}
.stat3 {
  background: #42d5d7;
}
.stat4 {
  background: #5cb6f8;
}

.stat1 img {
  top: -25px;
  position: absolute;
  left: 20px;
}
.stat2 img {
  position: absolute;
  right: -30px;
  top: 30px;
}
.stat3 img {
  position: absolute;
  left: -30px;
  top: 30px;
}
.stat4 img {
  right: -15px;
  position: absolute;
  top: 10px;
}

/* Right image */
.impact-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* CTA button inside image column */
.impact-image .cta {
  margin-top: 10%;
  text-align: center;
}

.impact-image .cta a {
  display: inline;
  background: #37d65d;
  color: #000;
  padding: 20px 50px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  background-color: #9de96a;
}

.impact-image .cta a:hover {
  background: #2bb34c;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .impact-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .stats {
    align-items: center;
  }

  .stat-box {
    text-align: center;
    width: 100%;
  }

  .impact-image {
    order: -1;
  }
}

/* Program Overview css start */

.program {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.program h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
  font-family: "Quicksand";
}

.program h2 span {
  font-size: 55px;
  font-weight: 400;
  line-height: 120%;
  font-family: "Courgette";
  color: #f2c413;
}

.program h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  font-family: "Quicksand";
}
.program p {
  font-size: 25px;
  font-weight: 400;
  color: #444;
  margin-bottom: 20px;
  font-family: "Quicksand";
}

.program p strong {
  color: #000;
}

/* CTA button */
.program .cta {
  margin-block: 40px 50px;
}
i.bi.bi-arrow-up-right {
  padding: 7% 0 1% 2%;
}
.bi-arrow-up-right::before {
  content: "\f144";
  width: 50px;
  height: 45px;
  padding: 1% 0 0 0%;
  background: #37d65d;
  border-radius: 50%;
  padding: 1% 0 0 0%;
}
.program .cta a {
  display: inline;
  background: #00b5d8;
  color: #fff;
  padding: 22px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  font-family: "Quicksand";
  color: #000;
}
.program {
  .bi-arrow-up-right::before {
    background-color: white;
  }
}
.program .cta {
  span {
    font-family: "Courgette";
    font-weight: 400;
  }
}

.program .cta a:hover {
  background: #0093ad;
}

/* Stages grid */
.stages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  text-align: left;
}

.stage-box {
  /*background: #fff;*/
  padding: 20px 15px;
  border-radius: 10px;
}

/* Circle + header row */
.stage-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Stage badge (circle) */
.stage-badge {
  flex-shrink: 0;
  /*background: #fff;*/
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #000; /* black text */
  text-align: center;
  line-height: 1.2;
  border: 3px solid; /* border color will be per stage */
}

/* Stage titles with background highlight */
.stage-title {
  font-size: 18px;
  font-weight: bold;
  color: #0b2748;
  padding: 6px 10px;
  border-radius: 6px;
  line-height: 1.3;
  display: inline-block;
}

/* Different background + circle border colors */
.stage1 .stage-title {
  /* background: #F2C413; */
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  font-family: "Quicksand";
  background-image: url(assets/yellow.png);
  font-family: "Quicksand";
  width: 100%;
  background-repeat: no-repeat;
  background-size: inherit;
}
.stage2 .stage-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  font-family: "Quicksand";
  background-image: url(assets/Lightgreen.png);
  font-family: "Quicksand";
  width: 100%;
  background-repeat: no-repeat;
  background-size: inherit;
}

.stage3 .stage-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  font-family: "Quicksand";
  background-image: url(assets/Drarkgreen.png);
  font-family: "Quicksand";
  width: 100%;
  background-repeat: no-repeat;
  background-size: inherit;
}

.stage4 .stage-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  font-family: "Quicksand";
  background-image: url(assets/4thcolor.png);
  font-family: "Quicksand";
  width: 100%;
  background-repeat: no-repeat;
  background-size: inherit;
}

.stage5 .stage-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  font-family: "Quicksand";
  background-image: url(assets/5thcolor.png);
  font-family: "Quicksand";
  width: 100%;
  background-repeat: no-repeat;
  background-size: inherit;
}

.stage6 .stage-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  font-family: "Quicksand";
  background-image: url(assets/6thcolor.png);
  font-family: "Quicksand";
  width: 100%;
  background-repeat: no-repeat;
  background-size: inherit;
}
.firstbullet::marker {
  color: #f2c413;
}
.secondbullet::marker {
  color: #9de96a;
}
.thirdbullet::marker {
  color: #5edc9a;
}
.fourthbulet::marker {
  color: #49d2cc;
}
.fivthbullet::marker {
  color: #54cee5;
}
.sixthbullet::marker {
  color: #57ace5;
}
.stage1 .stage-badge {
  border-color: #f2c413;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  font-family: "Quicksand";
}
.stage2 .stage-badge {
  border-color: #9de96a;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  font-family: "Quicksand";
}
.stage3 .stage-badge {
  border-color: #5edc9a;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  font-family: "Quicksand";
}
.stage4 .stage-badge {
  border-color: #49d2cc;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  font-family: "Quicksand";
}
.stage5 .stage-badge {
  border-color: #54cee5;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  font-family: "Quicksand";
}
.stage6 .stage-badge {
  border-color: #57ace5;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  font-family: "Quicksand";
}

/* Content should align below header only */
.stage-content {
  margin-left: 87px; /* equal to circle width + gap */
  margin-top: 10px;
}

.stage-content ul {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: disc;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 600px) {
  /* .program h2 {
        font-size: 28px;
      } */
  .stage-badge {
    width: 65px;
    height: 65px;
    font-size: 13px;
  }
  .stage-title {
    font-size: 16px;
  }
  .stage-content {
    margin-left: 77px;
  }
}

/* Program Overview css ends */

/* Slider only css start */
/* --- Base --- */
.bslt-section {
  padding: 36px 18px;
  color: #06213b;
}
.bslt-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}
.bslt-image-col {
  flex: 1 1 40%;
  min-width: 280px;
  position: relative;
}
.bslt-text-col {
  flex: 1 1 48%;
  min-width: 280px;
}

/* --- Slider --- */
.bslt-slider {
  position: relative;
  width: 400px;
  height: 500px;
  border-radius: 12px;
  overflow: hidden;
  background: #f2f6fb;
}
.bslt-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 1;
}
.bslt-slide.is-active {
  opacity: 1;
  z-index: 2;
}
.bslt-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Numbered dots */
.bslt-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  display: flex;
  gap: 8px;
  z-index: 3;
}
.bslt-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bslt-dot.is-active {
  background: #2cc84d;
  color: #fff;
}

/* Text column */
.bslt-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
  font-family: "Quicksand";
}
.bslt-title em {
  font-size: 55px;
  font-weight: 400;
  line-height: 120%;
  color: #49d2cc;
  font-family: "Courgette", cursive;
}
.bslt-lead {
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  font-family: "Quicksand";
}
.bslt-desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  font-family: "Quicksand";
}
.bslt-cta {
  display: none;
  padding: 12px 20px;
  border-radius: 10px;
  background: #0b64e6;
  color: white;
  text-decoration: none;
  font-weight: 700;
}

/* Responsive */

@media (max-width: 640px) {
  .bslt-container {
    flex-direction: column-reverse;
  }
  .bslt-image-col,
  .bslt-text-col {
    flex: 1 1 100%;
  }
}
/* slider only css ends */

/* Part of story section css starts -->
/* ---- Section ---- */
.achiever-section {
  background: #f9fcff; /* very light blue/grey like in your screenshot */
  padding: 10px 20px;
  font-family: "Inter", system-ui, sans-serif;
}

/* ---- Container ---- */
.achiever-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

/* ---- Text ---- */
.achiever-text {
  flex: 1 1 50%;
  min-width: 300px;
}
.achiever-text h2 {
  font-size: 55px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 120%;
  font-family: "Quicksand";
  font-weight: 700;
  margin: 0 0 15px;
  color: #0d0d0d;
}
.achiever-text .highlight {
  color: #2cc84d;
  font-style: italic;
  font-size: 55px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 120%;
  font-family: "Courgette";
}
.achiever-text .subtitle {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 120%;
  font-family: "Quicksand";
}
.achiever-text .headline {
  font-size: 48px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 120%;
  font-family: "Quicksand";
}
.donate-btn {
  display: inline-block;
  padding: 2px 40px;
  background: #31c5f4; /* blue from screenshot */
  color: black;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
  font-size: 40px;
  font-weight: 600;
}
.donate-btn:hover {
  background: #1faad7;
}
.heart {
  margin-left: 6px;
  font-size: 35px;
}

/* ---- Image ---- */
.achiever-image {
  flex: 1 1 42%;
  min-width: 280px;
}
.achiever-image img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .achiever-container {
    flex-direction: column;
    text-align: center;
  }
  .achiever-text,
  .achiever-image {
    flex: 1 1 100%;
  }
  .achiever-text h2 {
    font-size: 26px;
  }
  .achiever-text .headline {
    font-size: 20px;
  }
}
/* Part of story section css ends */

/* bottom slider css start */
/* ========== Gallery Section ========== */
.gallery-section {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 50px 20px;
  position: relative;
}

.gallery-title {
  font-size: 55px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 120%;
  font-family: "Quicksand";
}

.highlight-yellow {
  color: #f7b731;
  font-style: italic;
  font-size: 55px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 120%;
  font-family: "Courgette";
}

.highlight-green {
  color: #2cc84d;
  font-style: italic;
  font-size: 55px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 120%;
  font-family: "Courgette";
}

/* ========== Fix Swiper Overflow ========== */
.swiper,
.swiper-wrapper {
  overflow: hidden;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 0;
}

/* ========== Gallery Images ========== */
.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  transition: transform 0.5s ease-in-out;
}

.swiper-slide:hover {
  z-index: 10; /* bring above neighbors */
}

.swiper-slide img:hover {
  transform: scale(1.3); /* zoom effect */
}

/* ========== Swiper Dots ========== */
.swiper-pagination-bullet {
  background: #2cc84d;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  background: #2cc84d;
  opacity: 1;
}

/* ========== Responsive ========== */
@media (max-width: 992px) {
  .gallery-section {
    padding: 30px 15px;
  }
  .gallery-title {
    font-size: 24px;
  }
}

/* bottom slider css ends */

/* Circle with "i" */
.tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  color: #fff; /* "i" color */
  background-color: #000; /* circle color */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-weight: bold;
  z-index: 10;
  opacity: 1 !important;
}

/* Tooltip box (hidden by default) */
.tooltip .tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: fixed; /* important: fixed to viewport */
  background-color: #000;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.4;
  width: max-content;
  max-width: 250px;
  transition: opacity 0.3s;
  z-index: 9999; /* ensure it floats above carousel */
}

/* Show tooltip on hover */
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Position it just to the right of the "i" */
.tooltip:hover .tooltip-text {
  top: calc(var(--tooltip-top, 0px));
  left: calc(var(--tooltip-left, 0px));
}
.story-subtext a {
  color: #000;
}

@media (max-width: 768px) {
  .intro img {
    max-width: 100%;
  }
}
@media (max-width: 1240px) {
  .intro-image {
    width: 90%;
  }
   {
    right: -20px;
  }
}
@media (max-width: 1060px) {
  .image8 {
    left: 200px !important;
  }
}
@media (max-width: 1024px) {
  .carousel-inner {
    width: 90%;
  }
  .carousel-control-next {
    width: 40px;
    height: 40px;
    right: -2%;
  }
  .carousel-control-prev {
    width: 40px;
    height: 40px;
  }
  .carousel-control-next-icon {
    width: 22px;
  }
  .carousel-control-prev-icon {
    width: 22px;
  }
  .image8 {
    margin-left: -25px;
  }
  .intro-image {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .image8 {
    margin-top: 15px;
  }
  .bslt-slider {
    width: 300px !important;
    height: 400px;
  }
}
@media (max-width: 425px) {
  .hero-title {
    font-size: 25px;
  }
  .hero-subtext {
    font-size: 14px;
    width: 50%;
    line-height: 150%;
  }
  .hero-subtext2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .hero-cta {
    width: 200px;
    height: 57px;
    font-size: 12px !important;
    line-height: 120%;
  }
  .i.bi.bi-arrow-up-right {
    width: 38px !important;
    height: 38px !important;
  }
  .hero-arrow-up-right {
    padding: 5% 13% 2% 5% !important;
  }
  .story-headline {
    font-size: 22px;
    text-align: left !important;
  }
  .story-subtext {
    font-size: 15px;
    width: 60%;
  }
  .tooltip {
    display: none;
  }
  .story-subtext2 {
    font-size: 12px;
    width: 65%;
  }

  .image1 {
    position: absolute !important;
    width: 62px;
    height: 60px;
    top: 120px;
  }
  .story-donate {
    font-size: 18px;
  }
  .bslt-title {
    font-size: 22px !important;
    width: 73%;
  }
  .bslt-text-col em {
    font-size: 22px !important;
  }
  .bslt-lead {
    font-size: 15px !important;
    width: 80%;
    font-weight: 700;
    line-height: 150%;
  }
  .bslt-desc {
    font-size: 12px;
    width: 80%;
  }
  .image2 {
    width: 58px;
    height: 52px;
    position: absolute !important;
    top: -280px;
  }
  .section__text h2 em {
    font-size: 22px !important;
  }
  .section__text p {
    font-size: 15px;
  }
  .image8 {
    width: 72px;
    height: 58px;
    margin-left: -10px !important;
  }
  .intro h1 em {
    font-size: 22px;
  }
  .intro h3 {
    font-size: 15px;
  }
  .impact span {
    font-size: 22px;
  }
  .impact h2 {
    font-size: 22px !important;
    margin-top: 15px;
  }
  .image4 {
    position: absolute !important;
    width: 62px;
    height: 57px;
    top: 3100px;
    left: 0px;
  }
  .impact p {
    font-size: 15px !important;
  }
  .impact-image .cta a {
    font-size: 15px !important ;
  }
  .impact-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 40px; /* optional spacing between stats and image */
  }

  /* Make sure the order is stats first, image second */
  .impact-stats {
    order: 1;
  }

  .impact-image {
    order: 2;
  }
  .stat-box {
    font-size: 20px !important ;
  }
  .stat-box small {
    font-size: 12px;
  }
  .image5 {
    width: 52px;
    height: 46px;
    left: -50px !important;
  }
  .program h2 {
    font-size: 25px !important;
  }
  .program h2 span {
    font-size: 25px !important;
  }
  .program h3 {
    font-size: 15px;
  }
  .program p {
    font-size: 15px;
    /* width: 60%; */
    /* text-align: center; */
    /* align-self: center; */
  }
  .program .cta a {
    font-size: 15px;
  }
  .stage-title {
    font-size: 15px !important;
  }
  .stage-content ul {
    font-size: 12px;
  }
  .image6 {
    width: 76px;
    height: 76px;
  }
  .gallery-title {
    font-size: 25px !important;
  }
  .gallery-title span {
    font-size: 25px !important;
  }
  .image7 {
    width: 62px;
    height: 56px;
  }
  .achiever-text .highlight {
    font-size: 25px !important;
  }
  .achiever-text .subtitle {
    font-size: 15px !important ;
  }
  .achiever-text .headline {
    font-size: 25px;
    width: 70%;
    margin-left: 15%;
    align-self: center !important;
  }
  .donate-btn {
    font-size: 25px;
  }
  .heart {
    font-size: 25px;
  }
  .achiever-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Stack image before text */
  .achiever-image {
    order: 2;
    width: 100%;
  }

  .achiever-text {
    order: 1;
    width: 100%;
  }

  /* Move the donate button visually below the image */
  .achiever-text .donate-btn {
    order: 3;
    display: block;
    margin: 20px auto 0;
  }

  /* OPTIONAL — fine-tune spacing and button size on mobile */
  .donate-btn {
    font-size: 24px;
    padding: 8px 30px;
  }
}
@media (max-width: 375px) {
  .image8 {
    margin-left: -60px !important;
  }
}


/*
==================
NEW RESPONSIVE FIX 
==================
*/
/* Medium Screens (MD) - Tablets */
@media (max-width: 991.98px) {
.bslt-container{
flex-direction: column;
}

.impact-content{
  grid-template-columns: 1fr ;
  gap: 2rem;
}
}