.bottom_nav {
    display: flex;
    align-content: center;
    padding: 13px 11px;
       box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 11;
  /* position: relative; */
}/* Base Styles: Keep your existing ones */
.about-us-mission, .about-us, .our_story, .containor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 80px 18%;
  background-color: white;
}

.about-us {
  background-color: #f9f9f9;
}

.text-content {
  flex: 1;
  max-width: 550px;
}

.subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 25px;
  color: #6c6c8e;
  margin-bottom: 20px;
}

h1 {
  font-size: 40px;
  line-height: 1.2;
  color: #2a2a3c;
  margin-bottom: 25px;
}

.highlight {
  font-weight: 600;
  font-style: italic;
  color: #3abdc1;
}

.description {
  font-size: 16px;
  line-height: 1.8;
  color: #6c6c8e;
  margin-bottom: 30px;
}

.cta-btn {
  background-color: #3abdc1;
  color: #fff;
  border: none;
  padding: 15px 25px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background-color: #1f9094;
}

.image-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

.image-content img {
  width: 100%;
  max-width: 773px;
}

.our_story {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.our_story img {
  width: 612px;
  max-width: 100%;
}

.story p {
  text-align: justify;
  width: 520px;
  line-height: 1.5;
  font-size: 16px;
  line-height: 1.8;
  color: #6c6c8e;
  margin-bottom: 30px;
  max-width: 100%;
}

.containor {
  padding: 35px 18%;
}

.heading {
  text-align: center;
  margin-bottom: 0px;
}

.highlight2 {
  font-weight: 600;
  color: #034144;
}

.text-content ul li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.8;
  color: #6c6c8e;
}




.team-grid{
  margin: auto;
}
.team-section {
 text-align: center;
  padding: 60px 10%;
  background-color: #fff;
}

.team-section h2 {
  font-size: 24px;
  color: #7b7ba1;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.team-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  margin-bottom: 50px;
}

.team-member {
  /* max-width: 160px; */
}

.team-member img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  /* border: 4px solid white; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: scale(1);
  transition: all .2s ease-in-out;
}
.team-member img:hover{
  transform: scale(1.1);
}
.team-member h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

.team-member p {
  font-size: 14px;
  color: #777;
}











.headings {
  padding-top: 0px;
  text-align: center;
  line-height: 1.2;
}

.headings h4 {
  font-family: "Satisfy", cursive;
  font-size: 33px;
  color: #3abdc1;
}

.headings h1 {
  font-size: 65px;
}

.headings p {
  font-size: 17px;
  width: 530px;
  margin: auto;
}

.containor {
  max-width: 100%;
  padding: 40px 55px;
  background: #f9f9f9;
}

.headings {
  text-align: center;
  margin-bottom: 30px;
}


/* ✅ Responsive Media Queries */
@media (max-width: 1200px) {
  .about-us, .about-us-mission, .containor {
    padding: 60px 10%;
  }
}

@media (max-width: 992px) {
  .about-us, .about-us-mission, .our_story {
    flex-direction: column;
    text-align: center;
  }

  .text-content, .image-content {
    max-width: 100%;
  }

  .our_story img, .story p {
    width: 100%;
  }

  .headings h1 {
    font-size: 48px;
  }

  .headings p {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .subtitle {
    font-size: 20px;
  }

  h1 {
    font-size: 32px;
  }

  .description, .text-content ul li, .story p {
    font-size: 15px;
    line-height: 1.6;
  }

 
  .headings h1 {
    font-size: 40px;
  }
  .team-member {
    max-width: 210px;
  }
}

@media (max-width: 480px) {
 

  .cta-btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  .headings h1 {
    font-size: 32px;
  }

  .headings h4 {
    font-size: 24px;
  }
}
