.landing_landingPage__Qe5tx {
  display: flex;
  flex-direction: column;
  font-family: 'DM Sans', sans-serif;
}

/* === Hero Section === */
.landing_heroSection__4D3n5 {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 60px;
}

/* Background media (image/video) */
.landing_heroSection__4D3n5 img,
.landing_heroSection__4D3n5 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2; /* lower than gradient */
}

.landing_heroBackground__B8DZH {
  object-fit: cover;
  z-index: -1;
  background-color: #f9f5ff;
}

/* Gradient overlay */
.landing_heroSection__4D3n5::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    96.73deg,
    #000000 -140.13%,
    rgba(0, 0, 0, 0.839735) -73.07%,
    rgba(0, 0, 0, 0.626943) 25.48%,
    rgba(0, 0, 0, 0.446727) 62.15%,
    rgba(0, 0, 0, 0) 85.37%
  );
  z-index: -1;
}

/* Content on top of image and gradient */
.landing_heroContent__JHfX9 {
  position: relative;
  z-index: 1;
  width: 100%;               /* full width */
  max-width: none;           /* remove max-width constraint */
  padding: 0 15%;             /* left & right spacing */
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;   /* ensures button aligns left */
  justify-content: center;
}

.landing_heroContent__JHfX9 h1 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: white;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  margin: 0;
}

.landing_heroContent__JHfX9 p {
  font-size: 1.3rem;
  line-height: 1.8;
  max-width: 600px;
  color: #eaeaea;
  margin-top: 3%;
  margin-bottom: 3%;
}


.landing_primaryBtn__ylKcZ {
  background-color:#6E3B85;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 20px 28px;
  border: none;
  border-radius: 10px;              /* Matches subtle roundness */
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional depth */
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
  font-family: 'DM Sans', sans-serif;
}

.landing_primaryBtn__ylKcZ:hover {
  background-color: #DB724B;        /* On hover: warm orange */
  color: #fff;
}


.landing_outlineBtn__VYkit {
  background-color: transparent;
  color: #6e3b80;
  border: 2px solid #6e3b80;
  padding: 15px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.landing_outlineBtn__VYkit:hover {
  background-color: #6e3b80;
  color: white;
}

/* === Banner Section === */
.landing_bannerSection__hd7B0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f5ff;
  padding: 60px 15%;
  flex-wrap: wrap;
  gap: 30px;
}

.landing_bannerText__RY9at {
  flex: 1 1;
  min-width: 250px;
}

.landing_bannerText__RY9at h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.landing_bannerText__RY9at p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  max-width: 600px;
}

/* === Steps Section === */
.landing_stepsSection__8g8JI {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding: 60px 15%;
  background-color: #ffffff;
}

.landing_stepItem__XCPLd {
  flex: 1 1 220px;
  max-width: 240px;
  text-align: center;
  padding: 30px 15px;
  background-color: white;
  border-radius: 12px;
  box-shadow: none;
}

.landing_stepItem__XCPLd img {
  background-color: #f0e5f9;
  padding: 12px;
  border-radius: 12px;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.landing_stepItem__XCPLd h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.landing_stepItem__XCPLd p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #444;
}

/* === The Importance Section === */
.landing_importanceSection__OcCfn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding: 80px 15%;
  background: linear-gradient(
    to right,
    #ffffff 50%,
    #f9f5ff 50%
  );
  flex-wrap: wrap;
}

.landing_importanceContent__xganR {
  flex: 1 1 400px;
  max-width: 520px;
}

.landing_importanceContent__xganR h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.landing_importanceContent__xganR p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 90%;
}

.landing_chartCard__NANpo {
  position: relative;
  width: 100%;
  max-width: 660px;
  aspect-ratio: 11 / 9; /* Maintains original 660x540 shape */
  margin: 0 auto;
}

.landing_responsiveImage__8IMuT {
  object-fit: contain;
}



/* === Metrics Section === */
.landing_metricsSection__0q4gE {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding: 80px 15%;
  background: linear-gradient(
    to right,
    #f9f5ff 50%,
    #ffffff 50%
  );
  flex-wrap: wrap;
}

.landing_metricText__LovS2 {
  flex: 1 1 400px;
  max-width: 520px;
}

.landing_metricText__LovS2 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.landing_metricText__LovS2 p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* === Community Section === */
/* Entire section background */
/* === Community Section === */
.landing_communitySection__UnYwN {
  background: linear-gradient(to bottom, #ffffff 30%, #f9f5ff 30%);
  padding: 80px 0 250px;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}

.landing_communityTitle__MRIm8 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #6e3b80;
  margin-bottom: 60px;
}

/* Purple Block */
.landing_impactContainer__oSSI2 {
  background-color: #6e3b80;
  width: 90%;
  max-width: 1000px;
  height: 750px;
  margin: 0 auto;
  padding: 100px 40px;
  padding-bottom: 200px;
  border-radius: 8px;
  position: relative;
  z-index: 1; 
}

.landing_impactHeader__AnH0R h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

.landing_impactHeader__AnH0R p {
  color: #f0e8fa;
  font-size: 1rem;
  margin-bottom: 0;
}

/* Carousel Layout */
.landing_carouselOuter__SF7Pm {
  max-width: 1210px;
  margin: 0 auto;
  position: relative;
  margin-top: -120px;
  z-index: 2;
  padding: 0 20px;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 20px;
  margin-top: -500px;

}

.landing_carouselWrapper__fRBCs {
  position: relative;
  margin-top: -100px; /* 👈 Pulls the cards up over the purple background */
  z-index: 2;
  width: 100%;
  padding: 0 16px;
  overflow-x: auto;
}


.landing_carouselTrackWrapper__XS7PB {
  width: 1160px; /* or 100%, depending on your layout */
  margin: 0 auto;
  overflow-x: hidden;
  padding: 0 20px; /* <-- Add this! Prevents clipping on sides */
  box-sizing: content-box;
  scroll-snap-type: x mandatory;
}

.landing_carouselTrack__6UI1E {
  display: flex;
  gap: 60px; /* or whatever you chose */
  transition: transform 0.3s ease-in-out;
}

.landing_instaCard__TGzSG {
  flex: 0 0 350px;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  scroll-snap-align: start;
}

/* Nav Buttons */
.landing_navButton__bJ1zj {
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing_navButton__bJ1zj img {
  object-fit: contain;
  transition: transform 0.30s ease;
}

.landing_navButton__bJ1zj:hover img {
  transform: translateX(4px); /* or rotate(10deg); */
}

@keyframes landing_bounce__Oom64 {
  0%, 100% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-70%);
  }
}

.landing_navButton__bJ1zj:hover {
  animation: landing_bounce__Oom64 0.4s ease;
}

.landing_navButtonLeft__NbRYH {
  left: 0;
}

.landing_navButtonRight__Dfzx5 {
  right: 0;
}

@media (max-width: 1600px) {

  .landing_responsiveImage__8IMuT {
    width: 350px;
    height: auto;
  }
}

@media (max-width: 1600px) {
  .landing_heroContent__JHfX9 {
    padding: 0 10%;
  }

  .landing_importanceSection__OcCfn,
  .landing_metricsSection__0q4gE,
  .landing_bannerSection__hd7B0
  .landing_stepsSection__8g8JI {
    padding: 60px 8%;
    gap: 40px;
  }

  .landing_responsiveImage__8IMuT {
    width: 300px;
    height: auto;
  }
}
/* === Responsive Adjustments === */
/* === RESPONSIVE STYLES === */
@media (max-width: 1024px) {

  .landing_carouselTrack__6UI1E {
    gap: 40px;
  }

  .landing_instaCard__TGzSG {
    flex: 0 0 320px;
  }

  .landing_impactContainer__oSSI2 {
    height: 700px;
    padding-bottom: 100px;
  }
  
}

@media (max-width: 900px){

  .landing_impactContainer__oSSI2 {
    padding: 80px 40px 300px;
  }

  .landing_responsiveImage__8IMuT {
    width: 250px;
    height: auto;
  }

}

@media (max-width: 768px) {
  .landing_heroContent__JHfX9 h1 {
    font-size: 2rem;
  }

  .landing_heroContent__JHfX9 p {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .landing_primaryBtn__ylKcZ {
    font-size: 1rem;
    padding: 14px 22px;
  }

  .landing_outlineBtn__VYkit {
    font-size: 0.9rem;
    padding: 12px 18px;
  }

  .landing_importanceSection__OcCfn,
  .landing_metricsSection__0q4gE {
    flex-direction: column;
    background: #ffffff;
    padding: 60px 6%;
  }

  .landing_metricsSection__0q4gE {
    background: #f9f5ff;
  }

  .landing_chartCard__NANpo,
  .landing_metricText__LovS2,
  .landing_importanceContent__xganR {
    max-width: 100%;
    text-align: center;
    align-items: center;
  }

  .landing_stepsSection__8g8JI {
    justify-content: center;
  }

  .landing_bannerSection__hd7B0 {
    flex-direction: column;
    text-align: center;
  }

  .landing_communitySection__UnYwN {
    padding-bottom: 100px;
  }

  .landing_impactContainer__oSSI2 {
    padding: 60px 20px 100px;
  }


  



  .landing_carouselOuter__SF7Pm {
    padding: 0 45px;
  }

  .landing_impactContainer__oSSI2 {
    height: 680px;
    padding: 80px 20px 140px;
  }

  .landing_carouselTrack__6UI1E {
    display: flex;
    justify-content: flex-start;
  }

}

@media (max-width: 702px){
 
  .landing_instaGrid__dvZ7f {
    flex-direction: column;
    position: static;
    transform: none;
    /* margin-top: -60px; */
    align-items: center;
  }

  
}

@media (max-width: 480px) {
  .landing_heroContent__JHfX9 h1 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .landing_heroContent__JHfX9 {
    padding: 0 6%;
    text-align: left;
  }

  .landing_heroContent__JHfX9 p {
    font-size: 1rem;
    max-width: 100%;
  }

  .landing_bannerText__RY9at h3 {
    font-size: 1.2rem;
  }

  .landing_stepItem__XCPLd {
    max-width: 100%;
  }

  .landing_communityTitle__MRIm8 {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }

  .landing_impactHeader__AnH0R h3 {
    font-size: 1.2rem;
  }

  .landing_impactHeader__AnH0R p {
    font-size: 0.95rem;
  }

  .landing_chartCard__NANpo,
  .landing_metricText__LovS2,
  .landing_importanceContent__xganR {
    max-width: 100%;
    text-align: center;
    align-items: center;
  }

  .landing_impactContainer__oSSI2 {
    padding: 60px 50px 100px;
  }

  .landing_communityTitle__MRIm8 {
    font-size: 1.3rem;
  }

  .landing_impactHeader__AnH0R h3 {
    font-size: 1.1rem;
  }

  .landing_impactHeader__AnH0R p {
    font-size: 0.9rem;
  }

  .landing_carouselTrack__6UI1E {
    gap: 600px;
  }

  .landing_carouselOuter__SF7Pm {
    margin-left: 8%;
  }

  .landing_navButton__bJ1zj {
    display: none;
  }

  /* .navButtonLeft {
    left: 0;
  }
  
  .navButtonRight {
    right: 30px;
  } */
}
@media (max-width: 430px) {
  .landing_carouselOuter__SF7Pm {
    margin-left: 2.5%;
  }
}

@media (max-width: 420px) {
  .landing_carouselOuter__SF7Pm {
    margin-left: 1.5%;
  }
 
}

@media (max-width: 414px) {
  .landing_carouselOuter__SF7Pm {
    margin-left: 0.5%;
  }
}

@media (max-width: 412px) {
  .landing_carouselOuter__SF7Pm {
    margin-left: 0.3%;
  }
}

@media (max-width: 400px) {
  .landing_carouselOuter__SF7Pm {
    margin-left: -1%;
  }
}

@media (max-width: 390px) {
  .landing_carouselOuter__SF7Pm {
    margin-left: -2.2%;
  }
}

@media (max-width: 380px) {
  .landing_carouselOuter__SF7Pm {
    margin-left: -4%;
  }
}

@media (max-width: 360px) {
  .landing_carouselOuter__SF7Pm {
    margin-left: -7%;
  }
}

@media (max-width: 344px) {
  .landing_carouselOuter__SF7Pm {
    margin-left: -9.5%;
  }
}


.InstagramCard_card__MdqZn {
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-width: 350px;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
  }
  
  .InstagramCard_header__mCSVm {
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 12px;
  }
  
  .InstagramCard_profilePic__T2MF5 {
    border-radius: 50%;
  }
  
  .InstagramCard_username__Hy5Y7 {
    font-weight: bold;
    margin: 0;
    font-size: 0.85rem; 
  }
  
  .InstagramCard_location__syqzC {
    font-size: 0.75rem;
    color: gray;
  }
  
  .InstagramCard_imageWrapper__XdGhd {
    width: 100%;
    height: 350px; /* must match .postImage height */
    overflow: hidden;
  }
  
  .InstagramCard_postImage__2BVna {
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: block;
  }
  
  .InstagramCard_actionsRow__0vDq2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px 4px;
  }
  
  .InstagramCard_leftIcons__mJQ3M {
    display: flex;
    gap: 12px;
  }
  
  .InstagramCard_rightIcon__tOSQB {
    display: flex;
  }
  
  .InstagramCard_meta__ZDM91 {
    display: flex;
    flex-direction: column;
    padding: 0 12px 12px;
    gap: 4px;
    text-align: left;
  }
  
  .InstagramCard_likes__MyLZn {
    font-weight: bold;
    font-size: 0.88rem;
  }
  
  .InstagramCard_caption__fuxTU {
    font-size: 0.87rem;
    line-height: 1.4;
  }
  
  .InstagramCard_caption__fuxTU .InstagramCard_bold__clhwy {
    font-weight: 600;
    margin-right: 4px;
  }
  
  .InstagramCard_viewComments__QCrWj {
    font-size: 0.82rem;
    color: #666;
  }
  
  .InstagramCard_timestamp__6FYTn {
    font-size: 0.75rem;
    color: gray;
  }
  
  .InstagramCard_translation__8EafC {
    color: gray;
  }

  @media (max-width: 600px) {
    .InstagramCard_postImage__2BVna,
    .InstagramCard_imageWrapper__XdGhd {
      height: 300px;
    }
  }
  
  @media (max-width: 400px) {
    .InstagramCard_postImage__2BVna,
    .InstagramCard_imageWrapper__XdGhd {
      height: 260px;
    }
  }
  
