.reasons-section {
  padding: 3rem 1rem;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  color: white;
   position: relative;
  z-index: 1;
}

.reasons-heading {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1rem;
   position: relative;
  z-index: 1;
}

.reasons-heading .green {
  color: #92E544;
  position: relative;
  z-index: 1;
}

.reasons-description {
  font-size: 1.4rem;
  color: #d0d0d0;
  line-height: 1.6;
   position: relative;
  z-index: 1;
  text-align: justify;     
    margin: 30px 0;         
        
} 
 body {
      margin: 0;
      font-family: SORA;
     color: white;
       position: relative;
      z-index: 1;
    }
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative ;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 60px;
  background-color: transparent;
  z-index: 100;
  height: auto;
  box-sizing: border-box;
}
.navbar-left {
  display: flex;
  align-items: center;
}
.logo {
  height: 100px; 
  width: auto;
}

.navbar-right {
  display: flex;
}

.nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  color: #92E544;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}
 /* about us styling */
 
.aim-section * {
  box-sizing: border-box;
  position: relative;
      z-index: 1;
}
.aim-section {
  
  font-family: SORA;
  padding: 40px 0;
  position: relative;
      z-index: 1;
}
.aim-section .cards {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
      z-index: 1;
}

.aim-section .card {
  display: flex;
}

.aim-section .card__inner {
  background: #000;
  color: white;
  border-radius: 14px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  padding: 40px 30px;
  width: 100%;
  min-height: 100px; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aim-section .card__title {
  margin: 0 0 10px 0;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  text-align: left;     
    margin: 30px 0;         
       white-space: pre-wrap; 
}

.aim-section .card__description {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #ccc;
  text-align: justify;
}

/* Responsive */
@media (max-width: 600px) {
  .aim-section .card__title {
    font-size: 1.4rem;
  }
  .aim-section .card__description {
    font-size: 1.2rem;
  }

  .aim-section .card__inner {
    padding: 30px 20px;
  }
}
/*ach styling  */
  .card-row-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 60px 5%;
  flex-wrap: wrap;
}
.card {
  background-color: #1e1e1e;
  color: white;
  flex: 1 1 23%;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
   position: relative;
  z-index: 1;
}
.card h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #ffffff;
}
.card p {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 20px;
  line-height: 1.5;
  }

.btn {
  padding: 10px 20px;
  border: 1px solid #ccc;
  color: white;
  background: transparent;
  border-radius: 4px;
  text-decoration: none;
  width: fit-content;
  transition: all 0.3s ease;
   position: relative;
  z-index: 1;
}
.btn:hover {
  background-color: #333;
  border-color: #fff;
}
.card-row-section {
 display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 cards per row */
  gap: 20px;
  padding: 60px 5%;
}
.card:hover {
  transform: translateY(-5px);
  color: #92E544;
  border: 1px solid #92E544; /* Outline on hover */
  box-shadow: 0 0 10px #92E544, 0 0 20px #92E544; /* Glow on hover */
  position: relative;
  z-index: 1;
}
.card h3 {
  font-size: 1.35rem;
  margin-bottom: 15px;
  color: #ffffff;
   position: relative;
  z-index: 1;
}

.card p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.5;
  margin-bottom: 20px;
   position: relative;
  z-index: 1;
}
.btn {
  padding: 10px 20px;
  border: 1px solid #ccc;
  color: white;
  background: transparent;
  border-radius: 5px;
  text-decoration: none;
  width: fit-content;
  transition: all 0.3s ease;
   position: relative;
  z-index: 1;
}
.btn:hover {
  background-color: #333;
  border-color: #fff;
  color: #92E544;
}
/* small screen usseful  */
@media (max-width: 992px) {
  .card {
    flex: 1 1 48%;
  }
}
@media (max-width: 600px) {
  .card {
    flex: 1 1 100%;
  }
}
/* our aim block styling */
.about-stack {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #000;
}
.about-stack .card {
  position: sticky;
  top: 0;
  background: #000;
  border: 2px solid rgba(146, 229, 68, 0.3); 
  border-radius: 12px;
  padding: 20px;
  background-color: #1e1e1e;
  box-shadow: 0 0 10px rgba(146, 229, 68, 0.1);
  transition: all 0.3s ease;
}
.about-stack .card__inner {
  background: #000;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.5);
  padding: 16px;
}
.about-stack .card__content {
  padding: 16px;
  flex-direction: column;
  width: 100%;
   position: relative;
  z-index: 1;
   position: relative;
  z-index: 1;
}
.about-stack .card__title {
  font-size: 32px;
   position: relative;
  z-index: 1;
}
.about-stack .card__description {
  font-size: 16px;
  line-height: 1.4;
   position: relative;
  z-index: 1;
  text-align: justify;
}
.about-stack-space {
  position: relative;
  z-index: 1;
  height: 10px;
  background: transparent;  
}
.about-stack-space--small {
  height: 10vh;
  background: #000;
   }
/* completed */
/*team members styling  */
 .team-section {
  padding: 60px 5%;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}
.team-heading {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #92E544; 
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 cards per row */
  gap: 30px;
  justify-items: center; 
}

.team-grid.three-cards {
  grid-template-columns: repeat(3, 1fr);
}
.team-card {
 text-align: center;
  background-color: #1e1e1e;
  border: 1px solid #444;
  border-radius: 12px;
  padding: 30px 20px;
  width: 280px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 15px rgba(146, 229, 68, 0.4);
}
.profile-img {
 width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 2px solid #92E544;
}
.team-card h3 {
  margin: 10px 0 5px;
  font-size: 1.2rem;
  color: #fff;
}
.role {
  font-size: 0.9rem;
  color: #92E544;
  margin-bottom: 15px;
}
.social-icons a {
   color: #bbb;
  font-size: 18px;
  transition: color 0.3s ease;
}
.social-icons a:hover {
  color: #92E544;
}
/* Responsive */
@media (max-width: 992px) {
  .team-card {
  width: 45%;
  align-items: center;
  text-align: center;
  }
  .team-section{
  align-items: center;
  text-align: center;
  }
}
@media (max-width: 600px) {
  .team-card {
    width: 100%;
    align-items: center;
  text-align: center;
  }
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .card-row-section {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  text-align: center;
   font-size: 1.3rem;
  }
}
@media (max-width: 600px) {
  .card-row-section {
    grid-template-columns: 1fr;
    align-items: center;
  text-align: center;
   font-size: 1.3rem;
  }
}
.cta-button {
  background-color: #ffffff;
  color: #000;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
   position: relative;
  z-index: 1;
}
.cta-button:hover {
  background-color: #92E544; 
  color: #000;
}
.cta-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #111;
   position: relative;
  z-index: 1;
}
.cta-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.cta-section .highlight {
  color: #92E544;
}
.cta-section p {
  max-width: 700px;
  margin: auto;
  color: #ccc;
  line-height: 1.6;
}
.cta-buttons {
  margin-top: 30px;
}
.cta-buttons .get-started {
  background-color: white;
  color: black;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  margin-right: 20px;
  cursor: pointer;
}
.cta-buttons .free-consult {
  color: #92E544;
  text-decoration: underline;
}
/* footer anim */
 .footer {
  background-color: #0a0a0a;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #222;
  position: relative;
  z-index: 1;
}
.footer-left {
  flex: 1;
  min-width: 150px;
}
.footer-left .logo {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ccc;
   white-space: nowrap;
}
.footer-left ul {
  list-style: none;
  padding: 0;
}
.footer-left ul li a {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.footer-columns {
  display: flex;
  flex: 2;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer-column h4 {
  color: #92E544;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  
  padding: 0;
}
.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.social-icons {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 20px;
}

.social-icons span {
  margin-right: 8px;
  font-weight: 500;
  color: #eee;
}
.social-icons a {
  color: #ccc;
  font-size: 18px;
  transition: color 0.3s ease;
}
.social-icons a:hover {
  color: #92E544;
}
.bottom {
  width: 100%;
  text-align: center;
  background-color: #0a0a0a;
  color: #888;
  padding: 20px 10px;
  font-size: 14px;
  border-top: 1px solid #222;
}
.bottom a {
  color: #92E544;
  text-decoration: none;
  margin: 0 8px;
}
.bottom a:hover {
  text-decoration: underline;
}
/* Small screen support */
@media (max-width: 992px) {
  .card {
    flex: 1 1 48%;
  }
 .footer-columns {
    flex-direction: column;
    gap: 20px;
  }
.social-icons {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .card {
    flex: 1 1 100%;
  }

  .footer {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
 .footer-left,
  .footer-columns,
  .footer-right {
    justify-content: center;
    align-items: center;
  }
}
.column {
  flex: 1;
  min-width: 250px;
  max-width: 350px;
}
.column h3 {
  color: #92E544;
  font-size: 18px;
  margin-bottom: 10px;
}
.column p {
 font-size: 14px;
  line-height: 1.6;
}
.center-column {
  text-align: center;
}
.social-icons {
  margin-top: 15px;
  display: flex;
}
.social-icons a {
  color: #ccc;
  font-size: 20px;
  margin: 0 10px;
  transition: color 0.3s ease;
}
.social-icons a:hover {
  color: #92E544;
}
  @media (max-width: 480px) {
  .reasons-heading {
    font-size: 2.5rem;
  }
.reasons-description,
.cta-section p,
.thank-you-message p {
    font-size: 1.2rem;
  }
  nav {
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
  }
 nav ul {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .footer-columns {
    flex-direction: column;
    align-items: center;
  }
.thank-you-columns {
    flex-direction: column;
    text-align: center;
  }
.column {
    max-width: 100%;
  }
}
#bg-video {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -999; /* Make sure it stays behind all content */
  pointer-events: none; /* Allows clicks to pass through */
  filter: brightness(0.4); /* Optional: darken video for better contrast */
}
/* Hamburger & Slide Menu */
.hamburger {
  display: none;
  font-size: 2rem;
  color: #92E544;
  cursor: pointer;
  z-index: 101;
}

.nav-slideout {
  display: flex;
}
/* Responsive Slide Menu */
@media (max-width: 768px) {
  .hamburger {
    display: block;
    position: absolute;
    right: 30px;
    top: 25px;
  }

  .nav-slideout {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background-color: #111;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.6);
    transition: right 0.3s ease;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
  }
.nav-slideout.open {
    right: 0;
  }
.nav-links {
    flex-direction: column;
    gap: 25px;
    padding: 50px;
    list-style: none;
  }
 .nav-links li a {
    font-size: 1.3rem;
    color: #92E544;
    text-decoration: none;
  }
.nav-links li a:hover {
    color: white;
  }
}
/* footer mobile responsive */
@media (max-width: 992px) {
  .card {
    flex: 1 1 48%;
  }

  .footer-columns {
    flex-direction: column;
    gap: 20px;
  }

  .social-icons {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .card {
    flex: 1 1 100%;
  }
.footer {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
 .footer-left,
  .footer-columns,
  .footer-right {
    justify-content: center;
    align-items: center;
  }
}
/* footer new */
@media (max-width: 600px) {
  .footer-columns {
    flex-direction: row; 
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .footer-columns > div {
    min-width: 100px;
    text-align: center;
  }
}    
/* mobile responsive for team members. */

@media (max-width: 600px) {
  .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 5px;
    padding: 4px;
    justify-items: center;
  }
.team-card {
    width: 100%;
    max-width: 120px; 
     padding: 1px 2px; 
    box-sizing: border-box;
    align-items: center;
  text-align: center;
  }
.profile-img {
    width: 100px;
    height: 100px;
  }
  .team-card h3 {
    font-size: 16px;
  }
  .role {
    font-size: 13px;
  }

  .social-icons a {
    font-size: 16px;
  }
}
/* our achievement mobile responsive styling */
@media (max-width: 768px) {
  .card-row-section {
    display: flex;             
    flex-direction: column;    
    padding: 30px 5%;          
    gap: 16px;                
  }

  .card {
    min-height: auto;          
    padding: 20px;             
    border-radius: 10px;       
    flex: 1 1 100%;           
  }
 .card h3 {
    font-size: 1.1rem;         
  }
   .card p {
    font-size: 0.92rem;        
  }
}






/* Mobile styling for Our Aim,mission,goals cards */
@media (max-width: 600px) {
  .about-stack {
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
    gap: 24px;
    box-sizing: border-box;
  }

  .about-stack .card {
    width: 100vw;
    margin: 0 auto;
    padding: 24px;
    border-radius: 14px;
    background-color: #1e1e1e;
    border: 2px solid rgba(146, 229, 68, 0.3);
    box-shadow: 0 0 12px rgba(146, 229, 68, 0.15);
    box-sizing: border-box;
  }

  .about-stack .card__inner {
    padding: 18px;
    background-color: #000;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  .about-stack .card__content {
    padding: 0;
  }

  .about-stack .card__title {
    font-size: 22px;
    color: #92E544;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
  }

  .about-stack .card__description {
    font-size: 15px;
    line-height: 1.7;
    color: #e0e0e0;
    text-align: justify;
    word-wrap: break-word;
  }

  .about-stack-space,
  .about-stack-space--small {
    height: 25px;
  }
}


