/* ROOT VARIABLES */
:root {
  --primary: #0c4833;
  --secondary: #f6ffec;
  --accent: #0c4833;
  --background: #f6ffec;
  --text: #0c4833;
  --font-title: "League Spartan", "Playfair Display", Arial, sans-serif;
  --font-main: "Public Sans", "Inter", sans-serif;
}
 html, body {
      overflow-x: hidden; /* horizontal scroll aur gap hat jayega */
    }
/* GLOBAL RESET */
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-main);
  background: var(--background);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}

/* === ABOUT HERO SECTION === */
/* .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(12, 72, 51, 0.6); /* dark green overlay */
/* z-index: 1;
} */

.about-hero {
  position: relative;
  width: 100%;
  min-height: 75vh;
  background-image: url("images/ABOUT 1 BACKGROUND NEW.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 6rem 2rem 4rem 2rem;
}

.about-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  color: white;
  z-index: 100;
}

.about-content h1 {
  color: #fff;
  font-family: var(--font-title);
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.about-content p {
  font-family: var(--font-main);
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}



/* 1024px and below */
@media (max-width: 1024px) {
  .about-content {
    padding: 2rem 1rem;
  }

  .about-content h1 {
    font-size: 2.8rem;
  }

  .about-content p {
    font-size: 1.1rem;
  }
}
/* about-hero.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Public Sans", sans-serif;
  background-color: #f6ffec;
  color: #fff;
}

.about-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url("images/ABOUT 1 BACKGROUND NEW.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.about-content {
  max-width: 800px;
  color: #f6ffec;
}

.about-content h1 {
  font-family: var(--font-title);
  font-size: 5rem;
  margin-bottom: 1rem;
}

.about-content p {
  font-family: "Public Sans", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
/* Our Values Section */
.our-values {
  padding: 5rem 2rem;
  background-color: #f6ffec;
  font-family: "Public Sans", sans-serif;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
  margin-bottom: 5rem;
}

.value-box img {
  height: 96px; /* Increased icon size (1.6x of 60px) */
  margin-bottom: 1.2rem;
}

.value-box h4 {
  font-family: "League Spartan", sans-serif;
  font-size: 1.3rem;
  color: #0c4833;
  margin-bottom: 0.5rem;
}

.value-box p {
  font-family: "Public Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #0c4833;
}

/* OUR STORY SECTION */

.our-story {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  /* background-image: url("images/ABOUT 2 BACKGROUND.jpg"); your custom background */
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
  padding: 4rem 2rem;
  border-radius: 12px;
}

.story-image {
  flex: 1 1 45%;
  min-width: 280px;
}

.story-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.story-content {
  flex: 1 1 50%;
  color: #0c4833;
}

.story-content h2 {
  font-family: "League Spartan", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #0c4833;
}

.story-content p {
  font-family: "Public Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #0c4833;
  margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 992px) {
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }

  .our-story {
    flex-direction: column;
    padding: 2rem 1rem;
  }

  .story-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .value-grid {
    grid-template-columns: 1fr;
  }

  .story-content p {
    font-size: 1rem;
  }
}
.membership-section {
  padding: 1rem 0.7rem;
  background-color: var(--color-pista);
  font-family: var(--font-body);
  text-align: center;
  overflow-x: hidden; /* prevent horizontal scroll bar */
}

.membership-heading {
  font-family: var(--font-title);
  font-size: 2.5rem;
  color: var(--accent); /* deep green color */
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}

.membership-carousel {
  overflow: hidden;
  position: relative;
}

.membership-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overflow-x: auto;
  gap: 2rem;
  padding-bottom: 1rem;
  scrollbar-width: none; /* Firefox */
}

.membership-track::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.membership-card {
  flex: 0 0 100%;
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  scroll-snap-align: center;
}

.membership-card img {
  max-height: 140px;
  margin-bottom: 1.2rem;
  object-fit: contain;
}

.membership-card p {
  font-size: 1rem;
  color: var(--accent);
  font-weight: 600;
  margin: 0;
  font-family: var(--font-body);
}

@media (min-width: 768px) {
  .membership-track {
    gap: 3rem;
  }

  .membership-card {
    flex: 0 0 80%;
  }
}

/* Vision and Mission Section */
.vision-mission {
  background-color: #f6ffec;
  padding: 5rem 2rem;
  position: relative;
  font-family: "Public Sans", sans-serif;
  overflow: hidden;
}

.vm-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  flex-wrap: wrap;
}

.vm-item {
  flex: 1 1 45%;
}

.vm-item h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 1.8rem;
  color: #0c4833;
  margin-bottom: 1rem;
}

.vm-item p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #0c4833;
  margin-bottom: 1rem;
}

/* Decorative image (e.g. coffee mug) */
.vm-decoration {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  z-index: 0;
  opacity: 0.95;
}

.vm-decoration img {
  height: 140px;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 992px) {
  .vm-container {
    flex-direction: column;
    gap: 2.5rem;
  }

  .vm-item h3 {
    font-size: 1.6rem;
  }

  .vm-item p {
    font-size: 1rem;
  }

  .vm-decoration img {
    height: 100px;
  }
}

@media (max-width: 576px) {
  .vm-item h3 {
    font-size: 1.4rem;
  }

  .vm-item p {
    font-size: 0.95rem;
  }

  .vm-decoration {
    display: none; /* hide decoration on small screens if overlapping */
  }
}



.team-section {
  position: relative;
  text-align: center;
  padding: 60px 20px 40px;
  background-color: #f6ffec;
  color: #003322;
  font-family: League Spartan, sans-serif;
}

.team-section::before {
  content: "";
  position: absolute;
  top: 120px; /* adjust based on where you want green to start */
  left: 0;
  width: 100%;
  height: 130px; /* how tall the green part is */
  background-color: #0c4833;
  z-index: 0;
}

.team-section h1 {
  font-size: 40px;
  color: #0c4833;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.team-container {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  z-index: 2;
}

.team-member {
   text-decoration: none !important;
  color: inherit !important;
  text-align: center;
  padding: 20px;
  background: transparent;
  box-shadow: none;
}

.team-member img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  background-color: #f5fdf6;
  padding: 3px;
  border: 5px solid white;
}

.team-member h3 {
  margin: 7px 0 5px;
  color: #0c4833c5;
  font-weight: bold;
}

.team-member p {
  font-family: public-sans, sans-serif;
  color: #2c2c2c;
}
/* Our team */
.team-member a:hover {
  text-decoration: none;
}
.team-member {
  transition: transform 0.3s ease;
}

.team-member:hover {
  transform: scale(1.03); /* subtle zoom-in */
}