/* Families 4 Impact Landing Page Styles */
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&display=swap');

/* General Styles */
:root {
  --primary-color: #122742;
  --accent-color: #fcbc12;
  --green-color: #31ac54;
  --white: #ffffff;
  --light-gray: #f5f5f5;
  --border-gray: #e0e0e0;
  --text-color: #122742;
}

/* Navbar */
@media (min-width: 1300px) {
  .home1headernav_ul {
    max-width: 1232px;
  }
}
html {
  scroll-behavior: smooth;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: clamp(600px, 100vh, 800px);
  padding: clamp(80px, 18vh, 140px) clamp(20px, 7vw, 104px) clamp(40px, 5vh, 80px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: "Lato", sans-serif;
  background-size: cover;
  align-items: center;
  width: 100%;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: opacity 0.5s ease;
  width: 100%;
}

.hero-bg.current {
  opacity: 1;
}

.hero-bg.next {
  opacity: 0;
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: clamp(0px, 30vw, 400px);
  gap: 24px;
}

.hero-text-container {
  width: clamp(300px, 60vw, 800px);
  color: var(--white);
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.hero-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}

.organization-name {
  font-size: clamp(65px, 88px, 88px);
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  font-family: Tangerine;
}
.organization-subtitle{
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 400;
  font-style: italic;
  line-height: 150%;
  margin: 0px;
}

.hero-title {
  font-size: clamp(27px, 5vw, 64px);
  font-weight: 900;
  line-height: 130%;
  margin: 0;
  transition: opacity 0.5s ease;
  overflow: hidden;
}

.hero-description {
  font-size: clamp(21px, 3.5vw, 32px);
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  transition: opacity 0.5s ease;
}

.full {
  display: flex;
  flex-direction: row;
  gap: 48px;
  width: clamp(300px, 60vw, 800px);
  align-items: center;
}

.action-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 48px;
  align-items: center;
}

.get-involved-btn {
  display: flex;
  height: 72px;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #FCBC12;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
  box-sizing: border-box;
}

.get-involved-btn:hover {
  background: #e0a80c;
  text-decoration: none;
}

.get-involved-text {
  color: #122742;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 600;
  line-height: 150%;
}

.learn-more-btn {
  display: flex;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  height: 72px;
  gap: 10px;
  border-bottom: 4px solid #FCBC12;
  opacity: 0.8;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.learn-more-btn:hover {
  opacity: 1;
}

.learn-more-text {
  color: #FFF;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 600;
  line-height: 150%;
}

.carousel-controls {
  display: flex;
  gap: clamp(16px, 2vw, 24px);
  /* max-height: 40px; */
  align-content: center;
}

.carousel-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.carousel-btn:hover {
  opacity: 0.8;
}

.carousel-btn svg {
  width: clamp(32px, 3vw, 40px);
  height: clamp(32px, 3vw, 40px);
}

.arrow-icon {
  width: clamp(12px, 1.2vw, 15px);
  height: clamp(12px, 1.2vw, 15px);
  margin-left: 6px;
}

/* Mission Section */
.mission-section {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: clamp(24px, 5vw, 48px) clamp(20px, 5vw, 104px) clamp(24px, 5vh, 64px);
  overflow: hidden;
  font-family: "Kaisei Decol", serif;
  color: #122742;
  font-weight: 700;
  text-align: center;
  align-items: center;
  width: 100%;
}

.section-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.mission-content {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.mission-text-container {
  display: flex;
  width: 100%;
  padding: 0 clamp(20px, 5vw, 40px);
  flex-direction: column;
  align-items: stretch;
}

.mission-statement {
  margin: 0;
  font-weight: 700;
  font-family: Charm;
  font-size: clamp(40px, 6vw, 71px);
  line-height: clamp(100%, 4vw, 180%);
}

.yellow-divider {
  background-color: #fcbc12;
  align-self: center;
  min-height: 16px;
  margin-top: 40px;
  width: 64px;
}

/* Champions Section */
.champions-section-container {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: clamp(30px, 5vw, 48px) clamp(20px, 5vw, 104px) clamp(30px, 5vh, 64px);
  overflow: hidden;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  margin: 0 auto;
  align-items: center;
  gap: 64px;
  width: 100%;
}

.champions-background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.champions-content-wrapper {
  position: relative;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  max-width: 1440px;
  margin: 0 auto;
}

.champions-header-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.champions-title-wrapper {
  display: flex;
  width: clamp(300px, 80vw, 960px);
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.champions-main-title {
  font-size: clamp(35px, 5vw, 48px);
  font-weight: 700;
  line-height: 1;
}

.champions-main-description {
  font-size: clamp(21px, 3vw, 28px);
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-top: 24px;
}

.champions-gallery-container {
  overflow-x: auto;
  display: flex;
  margin-top: 40px;
  width: 100%;
  max-width: 100vw;
  align-items: stretch;
  gap: 24px;
  justify-content: start;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}

.champions-gallery-container::-webkit-scrollbar {
  display: none;
}

.champions-card {
  min-width: clamp(250px, 20vw, 290px);
  width: clamp(250px, 20vw, 290px);
  display: flex; /* Ensure card content flows naturally */
  flex-direction: column;
  overflow: visible; /* Prevent content clipping */
}

.champions-card-image {
  aspect-ratio: 1.21;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 8px;
}

.champions-card-info {
  margin-top: 12px;
  padding: clamp(8px, 2vw, 12px); /* Flexible padding */
  overflow: visible; /* Ensure no clipping */
}

.champions-card-name {
  font-size: clamp(21px, 2.5vw, 28px); /* Slightly smaller min size */
  line-height: 130%; /* Better readability */
  margin: 0; /* Remove extra spacing */
}

.champions-card-title {
  font-weight: 700;
  font-size: clamp(18px, 2vw, 20px); /* Slightly smaller min size */
  color: rgba(252, 188, 18, 1);
  line-height: 130%;
  margin: 0;
}

.champions-cta-container {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
}

.champions-cta-button {
  border-radius: 8px;
  background-color: rgba(252, 188, 18, 1);
  display: flex;
  min-height: 72px;
  padding: 0 32px;
  flex-direction: column;
  align-items: stretch;
  font-size: clamp(18px, 2.5vw, 28px);
  color: rgba(18, 39, 66, 1);
  font-weight: 600;
  white-space: nowrap;
  justify-content: center;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

.champions-cta-button:hover {
  background-color: rgba(232, 168, 0, 1);
  color: rgba(18, 39, 66, 1);
  text-decoration: none;
}

.champions-button-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.champions-button-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 15px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

/* Impact Spotlight Section */
.impact-spotlight {
  background-color: var(--white);
  color: var(--primary-color);
  padding: clamp(30px, 5vw, 48px) clamp(20px, 5vw, 96px) clamp(30px, 5vh, 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 48px;
}

.spotlight-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  text-align: center;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--text-color);
  gap: 24px;
}

.section-title {
  font-size: clamp(35px, 4vw, 40px);
  font-weight: 700;
  text-align: center;
  line-height: 100%;
  margin: 0;
}

.section-description {
  font-size: clamp(21px, 2.5vw, 28px);
  line-height: 150%;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.projects-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  max-width: 1440px;
  margin: 0 auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  touch-action: pan-x;
}

.projects-container::-webkit-scrollbar {
  display: none;
}

.projects-container:active {
  cursor: grabbing;
}

.projects-grid {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  min-width: 0;
}

.project-card {
  border-radius: 8px;
  box-shadow: -4px 0 8px -2px rgba(0, 0, 0, 0.15);
  background-color: var(--white);
  width: 100%;
  max-width: clamp(400px, 33vw, 440px);
  margin: 0;
  flex-shrink: 0;
  position: relative;
}

.project-image {
  width: 100%;
  height: clamp(400px, 40vw, 440px);
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.mutete {
  height: 118%!important;
}

.project-image-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-content {
  padding: 24px;
  margin-top: -40px;
  margin-left: 0;
  margin-right: 20px;
  background-color: var(--white);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.project-title {
  font-size: clamp(21px, 2.5vw, 28px);
  font-weight: 900;
  line-height: 130%;
  color: var(--text-color);
  margin: 0;
}

.project-cohort {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  line-height: 130%;
  color: var(--accent-color);
  margin: 0;
}

.project-description {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  line-height: 150%;
  color: var(--text-color);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.waweru {
  width: 100% !important;
  height: 115% !important;
}

.text-button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-color);
  border-bottom: 4px solid var(--accent-color);
  padding: 8px 0;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  text-decoration: none;
  margin-top: 8px;
  width: fit-content;
}

.navigation-controls {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
}

.nav-buttons {
  display: flex;
  gap: 40px;
}

.nav-arrow {
  width: clamp(35px, 3vw, 40px);
  height: clamp(35px, 3vw, 40px);
  object-fit: contain;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

/* Impact Numbers Section */
.impact-numbers {
  position: relative;
  width: 100%;
  padding: clamp(30px, 5vw, 48px) clamp(20px, 5vw, 104px) clamp(30px, 5vh, 64px);
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--white);
  display: flex;
  gap: 64px;
}

.impact-numbers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://cdn.builder.io/api/v1/image/assets/f1e9796beba845a68d3736ea027d90ee/26b166fa13a119e861fd1bf9309885ad38d087469a8140d2d6e4c956504899f8?placeholderIfAbsent=true");
  background-size: cover;
  background-position: center;
  z-index: -1;
  width: 100%;
}

.numbers-content {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.numbers-header {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(200px, 25vw, 240px), 1fr));
  gap: 24px;
  width: 100%;
}

.stat-card {
  border: 1px solid rgba(136, 136, 136, 1);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 200px;
}

.stat-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  gap: 16px;
}

.stat-number {
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 900;
  line-height: 100%;
  text-align: center;
}

.stat-card .accent-bar {
  background-color: rgba(252, 188, 18, 1);
  min-height: 16px;
  width: 64px;
}

.stat-label {
  font-size: clamp(21px, 2.5vw, 28px);
  font-weight: 400;
  white-space: nowrap;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
}

/* Resources Section */
.resources-container {
  color: var(--primary-color);
  display: flex;
  padding: clamp(30px, 5vw, 48px) clamp(20px, 5vw, 104px) clamp(30px, 5vh, 64px);
  width: 100%;
  background-color: #f5f5f5;
  align-items: center;
  justify-content: center;
}

.resources-content-wrapper {
  display: flex;
  padding: 40px;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.1), 0 1px 1px -1px rgba(0, 0, 0, 0.05);
  width: 100%;
  background-color: #fff;
  max-width: 1232px;
  margin: 0 auto;
  gap: 10px;
}

.resources-header {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.combine {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.resources-title-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  justify-content: center;
}

.resources-title {
  color: #122742;
  font-family: "Lato", sans-serif;
  font-size: clamp(25px, 3vw, 32px);
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}

.resources-subtitle {
  color: #122742;
  font-family: "Lato", sans-serif;
  font-size: clamp(21px, 2.5vw, 28px);
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.resources-stats-section {
  display: flex;
  gap: 40px;
  width: clamp(300px, 50vw, 697px);
}

.resources-stat-item {
  display: flex;
  flex-direction: column;
  gap: 14.12px;
  padding: 14.12px 0;
  width: 100%;
}

.resources-percentage {
  color: #31ac54;
  font-family: "Lato", sans-serif;
  font-size: clamp(35px, 5vw, 49px);
  font-weight: 900;
  line-height: 100%;
  margin: 0;
}

.resources-progress-bar {
  height: 10.59px;
  width: 100%;
  background-color: #e0e0e0;
}

.resources-progress-fill {
  height: 100%;
  background-color: #31ac54;
}

.resources-progress-fill-85 {
  width: 85%;
}

.resources-progress-fill-15 {
  width: 15%;
}

.resources-label {
  color: #122742;
  font-family: "Lato", sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.resources-learn-more {
  position: relative;
  margin-top: clamp(-56px, -2vw, 20px); /* Responsive margin: negative on large screens, positive on small */
}

.resources-learn-more a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.resources-learn-more a:hover {
  opacity: 0.9;
}

/* Call to Action Section */
.support-section {
  font-family:
    Lato,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.support-section__container {
  background-color: #fff;
  width: 100%;
  padding: 48px 96px 64px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.support-section__content{
  max-width: 1440px;
}

.support-section__header {
  padding: 0 36px;
  color: #122742;
  text-align: center;
}

.support-section__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.support-section__description {
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
  margin: 24px 0 0;
}

.support-section__main {
  border-radius: 12px;
  background-color: rgba(224, 237, 255, 0.56);
  margin-top: 64px;
  padding: 40px;
  overflow: hidden;
}

.financial-support__title {
  color: #122742;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.financial-support__content {
  margin-top: 16px;
}

.financial-support__subtitle {
  color: #122742;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.financial-support__tiers {
  margin-top: 24px;
  color: #000;
}

.financial-support__tier-grid {
  display: flex;
  align-items: start;
  gap: 24px;
  flex-wrap: wrap;
}

.support-tier {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  flex: 1;
  min-width: 240px;
  text-align: center;
}

.support-tier__amount {
  font-size: 22px;
  font-weight: 900;
  line-height: 40px;
  margin: 0;
}

.support-tier__total {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 8px 0 0;
}

.support-section__divider {
  border: 0;
  border-top: 1px solid #5a86c9;
  width: 54px;
  margin: 32px auto;
}

.involvement {
  margin-top: 32px;
}

.involvement__title {
  color: #122742;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.involvement__content {
  margin-top: 20px;
}

.involvement__subtitle {
  color: #122742;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}

.involvement__cards {
  display: flex;
  margin-top: 24px;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.involvement-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  flex: 1;
  min-width: 240px;
  max-width: 373.3333435058594px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.involvement-card__image {
  width: auto;
  height: 200px;
  max-width: 325.33px;
}

.involvement-card__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 43px;
  text-align: center;
  margin: 16px 0 0;
  color: #000;
}

.involvement-card__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  margin: 16px 0 0;
  color: #000;
  min-height: 104px;
}

.learn-more-button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #122742;
  text-decoration: none;
  margin-top: auto;
  padding: 8px 0;
  border-bottom: 4px solid #fcbc12;
  font-size: 20px;
  font-weight: 600;
}

.learn-more-button__icon {
  width: 10px;
  height: 10px;
}

@media (max-width: 991px) {
  .support-section__container {
    padding: 48px 20px 64px;
  }

  .support-section__header {
    padding: 0 49px;
  }

  .support-section__main {
    margin-top: 40px;
    padding: 40px;
  }

  .support-tier,
  .involvement-card {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .support-section__title {
    font-size: 40px;
  }

  .support-section__description {
    font-size: 28px;
    line-height: 150%;
  }

  .financial-support__title,
  .involvement__title {
    font-size: 32px;
  }

  .financial-support__subtitle,
  .involvement__subtitle {
    font-size: 24px;
  }

  .support-tier,
  .involvement-card {
    min-width: calc(50% - 12px);
  }

  .involvement__cards {
    flex-direction: column;
    align-content: center;
}
}

@media (max-width: 480px) {
  .support-section__container {
    padding: 32px 16px 30px;
  }

  .support-section__content {
    padding: 32px 16px 28px;
  }
  .support-section__title {
    font-size: 28px;
  }

  .support-section__description {
    font-size: 20px;
    line-height: 30px;
  }

  .support-tier,
  .involvement-card {
    min-width: 100%;
  }

  .involvement-card__image {
    /* max-width: 160px; */
  }
}


/* Media Queries */

/* Medium Screens */
@media (max-width: 992px) and (min-width: 769px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 680px;
    margin: 0 auto;
  }
}

/* Tablets and Small Screens */
@media (max-width: 768px) {
  
  .hero-section {
    min-height: 100vh;
    padding: 160px 40px 48px;
    justify-content: flex-end;
  }

  .hero-content {
    justify-content: flex-end;
    height: 100%;
    padding: 0 0 30px;
  }
  .hero-header {
    gap: 24px;
}

  .hero-text-container {
    gap: 10px;
    width: 100%;
  }
  .organization-name{
    font-size: clamp(75px, 78px, 88px);
  }

  .full {
    flex-direction: row;
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }

  .action-buttons {
    gap: 40px;
    justify-content: flex-start;
  }

  .get-involved-btn {
    gap: 10px;
    flex-shrink: 1;
    min-width: 0;
  }

  .learn-more-btn {
    height: 55px;
  }

  .carousel-controls {
    justify-content: flex-end;
    /* height: 92px; */
  }

  .mission-section {
    padding: 48px 40px 64px;
  }

  .mission-text-container {
    padding: 0;
  }

  .champions-section-container {
    padding: 48px 40px 48px;
    gap: 24px;
  }

  .champions-card {
    min-width: 298px;
    /* Remove fixed height to allow content to expand */
  }

  .impact-spotlight {
    padding: 48px 40px 64px;
  }

  .project-card {
    max-width: clamp(400px, 33vw, 440px);
  }

  .resources-container {
    padding: 48px 40px 64px;
  }

  .resources-header {
    gap: 40px;
  }

  .combine {
    flex-direction: column;
    gap: 40px;
  }

  .resources-stats-section {
    flex-direction: row;
    width: 100%;
  }

  .resources-progress-bar {
    max-width: 250px;
  }

  .cta-section {
    padding: 48px 40px 64px;
  }

  .cta-content {
    gap: 24px;
  }

  .impact-numbers {
    padding: 48px 40px 64px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Very Small Screens (e.g., iPhone SE) */
@media (max-width: 480px) {
  .hero-section {
    padding: 162px 20px 0;
  }

  .hero-text-container {
    gap: 10px;
  }

  .hero-header {
    gap: 20px;
  }
  .organization-name{
    font-size: clamp(50px, 65px, 65px);
  }
  

  .full {
    gap: 13px;
    flex-direction: row;
  }

  .get-involved-btn {
    height: 51px;
    padding: 10px 22px;
    gap: 6px;
    border-radius: 6px;
  }

  .carousel-controls {
    /* height: 42px; */
  }

  .mission-section {
    padding: 24px 20px;
  }

  .champions-section-container {
    padding: 30px 20px;
  }

  .champions-main-description {
    margin-top: 10px;
  }

  .champions-card {
    min-width: clamp(200px, 75vw, 298px); /* Narrower for small screens */
    height: auto; /* Allow card to expand with content */
  }

  .champions-card-info {
    padding: 8px; /* Reduced padding for small screens */
  }

  .champions-cta-button {
    /* padding: 0 10px; */
    height: 51px;
  }

  .impact-spotlight {
    padding: 30px 20px;
    gap: 24px;
  }

  .spotlight-header {
    gap: 10px;
  }

  .projects-grid {
    gap: 20px;
    flex-wrap: nowrap;
  }

  .project-card {
    max-width: 440px;
  }

  .project-image {
    height: clamp(300px, 40vw, 300px);
  }

  .mutete {
    height: 200%;
    width: 95%;
  }

  .project-content {
    padding: 12px;
    gap: 10px;
  }

  .text-button {
    gap: 5px;
    margin-top: 4px;
    padding: 4px 0;
  }

  .nav-buttons {
    gap: 20px;
  }

  .impact-numbers {
    padding: 30px 20px;
    gap: 32px;
  }

  .numbers-content {
    gap: 20px;
  }

  .numbers-header {
    gap: 8px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .stat-card {
    padding: 24px 16px;
  }

  .stat-card .accent-bar {
    min-height: 10px;
    width: 40px;
  }

  .resources-container {
    padding: 30px 20px;
  }

  .resources-content-wrapper {
    padding: 30px;
  }

  .resources-header {
    gap: 20px;
  }

  .combine {
    gap: 20px;
  }

  .resources-title-section {
    gap: 8px;
  }

  .resources-stats-section {
    gap: 10px;
    flex-direction: column;
  }

  .cta-section {
    padding: 30px 20px;
  }

  .cta-content {
    gap: 20px;
  }

  .cta-button {
    height: 51px;
  }
}

/* Extra Small Screens (below 400px) */
@media (max-width: 400px) {
  .champions-gallery-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .champions-card {
    min-width: 100%;
    max-width: 300px;
    height: auto; /* Ensure full visibility */
  }

  .projects-grid {
    flex-wrap: nowrap;
  }

  .project-card {
    max-width: 440px;
  }
}

/* Intermediate Breakpoint */
@media (max-width: 600px) and (min-width: 481px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Ultra-Wide Screens - Cap content only */
@media (min-width: 1441px) {
  .hero-content,
  .mission-content,
  .champions-content-wrapper,
  .projects-container,
  .numbers-content,
  .resources-content-wrapper,
  .champions-cta-container,
  .navigation-controls {
    max-width: 1440px;
    margin: 0 auto;
  }
  .hero-section,
  .mission-section,
  .champions-section-container,
  .impact-spotlight,
  .impact-numbers,
  .resources-container,
  .cta-section {
    width: 100%;
  }
}

/* Additional Layout Adjustments */
@media (min-width: 1156px) {
  .home1headernav_ul {
    max-width: 1232px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  body:has(.hero-section) .home1headernav_ul {
    display: flex;
    justify-content: space-between;
    width: 100%; /* Changed to 86% for this page */
    margin: 0 auto; /* Simplified from 0% auto */
    max-width: 1232px;
    align-items: center;
    list-style: none;
    gap: 1rem;
  }

  .home1headernav_ul_dropdown:first-child {
    padding-left: 0;
  }

  .home1headernav_ul_dropdown:first-child .home1headernav_ul_dropdown_dropdown_a {
    padding-left: 0;
  }

  .mission-content,
  .champions-content-wrapper,
  .numbers-content,
  .projects-container {
    max-width: 1232px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media (min-width: 1370px) {

  .home1headernav_ul {
    max-width: 1440px !important;
    width: 90% !important; /* Force this to override */
  }

  .hero-content,
  .mission-content,
  .champions-content-wrapper,
  .numbers-content,
  .projects-container {
    max-width: 1440px;
  }
}

@media (min-width: 1400px) {

  .home1headernav_ul {
    max-width: 1440px !important;
    width: 100% !important; /* Force this to override */
  }

  .hero-content,
  .mission-content,
  .champions-content-wrapper,
  .numbers-content,
  .projects-container {
    max-width: 1440px;
  }
}

/* Special Header Styling */
body:has(.hero-section) .home1header .small_holder {
  background: transparent !important;
}

@media (max-width: 1155px) {
  body:has(.hero-section) .home1header {
    position: absolute !important;
    background: none !important;
  }

  body:has(.hero-section) {
    padding-top: 0;
  }
}

@media (min-width: 1156px) {
  .home1headernav_ul_dropdown_dropdown_a,
  .home1headernav_ul_dropdown_dropdown-menu_li > a {
    width: 160px;
    text-align: left !important;
    transition: 0.5s ease 0s;
  }
}

@media (min-width: 1366px) {
  body:has(.hero-section) .home1headernav_ul {
    display: flex;
    justify-content: space-between;
    width: 86%; /* Changed to 86% for this page */
    margin: 0 auto; /* Simplified from 0% auto */
    max-width: 1232px;
    align-items: center;
    list-style: none;
    gap: 1rem;
  }
}