.container{
  display:grid;
  grid-template-columns: 1fr;
  margin-top:90px;
}
body{
  margin: 0px;
  padding:0;
  background-color: #fbfbef;
}
.nav {
  background:#006B46;
  padding: 1rem 2rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.nav-bar {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height:50px;
}
.nav-name{
  display: flex;
  align-items: center;
  color: #f5f5dc;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}
.nav-links {
  display: flex;
  gap: 3rem;
  list-style: none;
}
.nav-link {
  color: #f5f5dc;
  text-decoration:none;
  font-weight: 1000;
  transition: color 0.3s ease;
}
.nav-link:hover {
  color:#ff6337;
}
.nav-img{
  width:90px;
  height:90px;
  margin-top:20px;
}
.nav-links .dropdown {
  position: relative;
}
.nav-links .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #006B46 ;
  list-style: none;
  padding: 0.5rem 0;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.nav-links .dropdown-menu li {
  margin: 0;
}
.nav-links .dropdown-menu .dropdown-link {
  color: #f5f5dc;
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: block;
  transition: background-color 0.3s ease;
}
.nav-links .dropdown-menu .dropdown-link:hover {
  background-color: #f5f5dc;
  color: #1a472a;
}
.nav-links .dropdown:hover .dropdown-menu {
  display: block;
}
.img{
  margin: 0;
  width:90px;
    height:75px;
}
.tagline{
  text-align: center;
  font-weight: bolder;
  margin-bottom: 10px;
  }
.mission{
  text-align: center;
  color:#008B8B;
}
.statementtt{
  text-align: center;
  margin: 10px auto;
  line-height: 1.8;
  font-size:20px;
  width:1200px;
}
.ohead{
  text-align: center;
  font-weight: bolder;
  font-size:30px;
}
.founders{
  padding: 50px;
  text-align: center;
  background-color: #fbfbef;
}
.titlefounder{
  font-size: 32px;
  color: #2e8b57; 
  margin-bottom: 40px;
}
.foundercontainer {
  display: flex;
  justify-content: space-around;
  gap: 30px;


}

.foundcard {
  background-color: #fbfbef;
  padding: 20px;
  width: 250px;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}


.foundcard:hover {

  transform: scale(1.05); 
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
.photo  {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}
.nameee {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.biodata {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {

  .foundercontainer {
      flex-direction: column;
      align-items: center;
      gap: 20px;
  }

  .foundcard {
      width: 80%;
      margin-bottom: 20px;
  }

  .photo {
      width: 120px;
      height: 120px;
  }
}

.values{
  background-color: #fbfbef;
  padding: 50px 20px;
  text-align: center;
}
.valtitle {
  font-size: 32px;
  color: #2e8b57;
  margin-bottom: 40px;
}
.line{
  position: relative;
  margin: 20px auto;
  max-width: 900px;
  padding: 0 20px;
}
.line::after {
  content:'';
  position:absolute;
  width:4px;
  background-color: #2e8b57;
  top:0;
  bottom: 0;
  left:50%;
  margin-left:-2px;
}
.valusss {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
  position: relative;
  text-align: left;
}
.valusss:nth-child(odd) {
  flex-direction: row-reverse;
}
.valusss .textt,.valusss .images {
  flex: 1 1 45%;
  padding: 10px;
}

.valusss .textt {
  order: 1;
}
.valusss .images {
  text-align: center;
  order: 2;
}

.valusss img{
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.textt h3{
  font-size: 24px;
  color: #2e8b57;
  margin-bottom: 10px;
}
.textt p{
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .timeline::after {
      left: 10px;
  }

  .valusss {
      flex-direction: column;
  }

  .valusss .textt,
  .valusss .images {
      text-align: center;
      flex: none;
  }
}


.testimony{
  background-color: #fbfbef;
  padding: 50px 20px;
  text-align:center;
}
.headinggs{
  font-size: 2.5rem;
  color: #2e8b57;
  margin-bottom:40px;
}
.subheadinggs{
  font-size: 1.8rem;
  color: #008B8B;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.tcontainers{
  display:flex;
  flex-wrap:wrap;
  gap: 20px;
  justify-content:center;
}

.tcards{
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fbfbef;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 45%;
  min-width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tcards:hover{
  transform:scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.lc{
  flex-direction:row;
}

.card-right {
  flex-direction:row-reverse;
}

.tephoto {
  width:100px;
  height:100px;
  border-radius:50%;
  object-fit: cover;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.tcontent {
  text-align:left;
}
.personname{
  font-size: 1.5rem;
  color: #2e8b57;
  margin-bottom: 5px;
}
.personrole {
  font-size: 1rem;
  color: #555555;
  margin-bottom: 10px;
}
.message {
  font-size: 1.1rem;
  color: #333333;
  line-height: 1.6;
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  background-color: #2e2e2eeb;
  padding-bottom: 20px;
  color: white;
}

.info {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 20px 0;
}

.f1, .f2, .f3 {
  padding: 10px;
  gap: 10px;
  width: 25%;
  height: 225px;
  background-color: transparent;
}

.p1, .p2, .p3 {
  text-align: center;
  font-weight: bolder;
  color: white;
  text-decoration: underline;
}

.lala {
  text-align: center;
  font-size: 1.05em;
  color: white;
  margin-top: 20px;
}
.op:hover{
  text-decoration: underline;
}

.liness{
  width: 90%;
  height: 1px;
  background-color: white;
  margin: auto;
}

.contactus {
  display: flex;              
  justify-content: center;     
  align-items: center;         
  gap: 30px;                   
  margin-top: 20px;
  text-align: center;
}


.email {
  font-size: 1em;
}

.emaillink {
  color: white;
  text-decoration: none;
}

.emaillink:hover {
  text-decoration: underline;
}

.sicons {
  display: flex;
  gap: 20px;
  margin-left: 820px;
}

.slink {
  color: white;
  text-decoration: none;
}

.slink:hover {
  text-decoration: underline;
}
.klp{
  color:white;
  text-decoration: none;
}
