body{
    margin: 0px;
    padding: 0px;
    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: 10000;
  }
  .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;
  }
.search{
    margin-top: 100px;
    margin-left:5%;
    width:90%;
    height: 300px;
    border-radius: 10px;
    background-color: black;
    z-index: 0;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0.4, 0.8);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.searcht{
    text-align: center;
    z-index: 100;
    position: absolute;
    top:180px;
    left:35%;
    color: white;
    font-weight: 100px;
}
.t{
    text-align: center;
    margin-left: 5%;
    color: #2e8b57;
}
.branch{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-left: 2.5%;
    width:95%;
    height: 400px;
    border-radius: 8px;
    background-color: transparent;
}
.mbranch1 ,.mbranch2 ,.mbranch3 ,.mbranch4{
    width:22%;
    height:350px;
    background-color: transparent; 
    border-radius: 20px; 
    transition: 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0.1, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mbranch1:hover ,.mbranch2:hover ,.mbranch3:hover ,.mbranch4:hover{
    transform: scale(1.1);
}
#hii{
    color: black;
    font-size: 25px;
    margin:0px;
    font-weight: bold;
}
.hii1{
    padding: 5px;
    color: gray;
    font-size: 20px;
    margin:0px;
}
.divc{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.branch1 ,.branch2 ,.branch3 ,.branch4{
    width:100%;
    height:200px;
    border-radius: 20px; 
    background-color: transparent; 
}

.star{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-left: 5%;
    width: 90%;
    height: 400px;
    background-color: #f3f3d7;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0.1, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.star1{
    width:40%;
    height:90%;
    border-radius: 10px;
}
.star2{
  display:flex;
  flex-direction: column;
  align-items: center;
  width:50%;
  height:100%;
  background-color: transparent;
  text-align: center;
}
.name{
font-size: 40px;
font-weight: bold;
}
.para{
font-size:20px;
margin-top: 0px;
}
.rating ,.project{
font-size: 25px;
font-weight: 600;
margin-top: 0px;
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    background-color: #2e2e2eeb;
    padding-bottom: 10px;
    color: white;
  }
  
  .info {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 20px 0;
  }
  
  .f1, .f2, .f3 {
    padding: 50px;
    gap: 10px;
    width: 25%;
    height: 180px;
    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;
  }
  
  .line{
    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;
  }