body{
    margin: 0;
    font-family: 'poppins',sans-serif;
    background: #f9fafb;
    color: #111;
}



.navbar{
  max-width: 1280px;
  
   display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px 60px;   /* pehle 20px 80px tha */
  background: white;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
 position: fixed;   /* yeh fixed kar deta hai */
  top: 0;            /* screen top pe fix */
  left: 0;
  width: 90%;
  z-index: 100; 
  border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  
}

.logo{
   
   height: 50px;
   padding:  5px 5px;
  
    
   
   
}

.logo img{
    height: 40%;
    margin-top: 10px;
    margin-left: 7px;
   

   

}

.logoname{
    font-size: x-small;
    padding: 0px 0px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}

.active{
    text-decoration: none;
    color: orangered;
    margin-left: 10px;
    font-weight:bold ;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-shadow: #111;
   
}

.active:hover{
    
    filter: brightness(0) saturate(100%) invert(59%) sepia(70%) saturate(6948%) hue-rotate(198deg) brightness(93%) contrast(81%);
}
.hero{
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
}

.hero h2{
    font-size: 60px;
    line-height: 1.2;
}

.hero p{
font-size: 15px;
color: #555;
font-family: 'Times New Roman', Times, serif;
}

.hero button{
    width: 200px;
    padding: 15px;
    border: none;
    background-color: #ff0000;
    color: white;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
     box-shadow: 0 8px 20px rgba(79,70,229,0.3);
   
    
}



.hero button:hover{
   
  
  background-color: green;
   transform: scale(1.1);
    box-shadow: 0px 0px 10px 5px  rgba(0,  0, 0, 0.3);
    
}

.slogan{
    color: orangered;
    font-family: 'Times New Roman', Times, serif;
}

.line{
    width: 60px;
   
   border: 3px solid orangered;
   margin-left: 50px;
}

#About h3{
    color: darkblue;
    margin-left: 50px;
}

.about-content{
    display: flex;
}

.left-content{
    width: 40%;
    margin-left: 50px;
}

.left-content p{
text-align: justify;
line-height: 1.7;
font-size: small;
font-family: Georgia, 'Times New Roman', Times, serif;
color: #292424;
}

.right-content{
    width: 50%;
}

.right-content img{
width: 100%;
}

#Services h3{
     color: darkblue;
    margin-left: 50px;
}

.Services-content{
    display: flex;
   
}

.item{
    width: 30%;
    height: 40%px;
    background-color: #ffffff;
    margin-left: 50px;
    margin-top: 20px;
    text-align: center;
    border-radius: 20px;
    
    
}

.item img{
    width: 90%;
    border-radius: 50%;
    cursor: pointer;
}
    


.item h4{
    text-align: center;


}

.item:hover{
     transform: scale(1.1);
    box-shadow: 0px 0px 10px 5px  rgba(0,  0, 0, 0.3);
}

.Services-content2{
    display: flex;
}


#Team{
     color: darkblue;
    margin-left: 50px;
}

.line-team{

    width: 60px;
    border: 3px solid orangered;
}

.cofounder{
    text-align: center;

}

.cofounder h5{
    border-left: 1px solid black;
   
}

.team-content{
    display: flex;
}

.team-content1{
    width: 40%;
}

.team-content1 p{

    text-align: justify;
    line-height: 1.7;
    font-size: small;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #292424;
}

.team-content2{
    width: 50%;
    margin-left: 10px;
}

.team-content2 h3{
    margin-left: 218px;
   
}

.team-content2 img{
margin-left: 200px;
 border-radius: 50%;
}

.team-content2 p{
    margin-left: 20px;
    margin-top: 20px;
   text-align: justify; 
    line-height: 1.7;
    font-size: small;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #292424;

}






/* contact us*/


.contact-section {
  padding: 100px 80px;
  background: #f9fafb;
}

.contact-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  background: #fff;
  padding: 60px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.contact-info h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.contact-info p {
  color: #555;
  line-height: 1.7;
}

.contact-info .info p {
  margin-top: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #4f46e5;
}

.contact-form button {
  padding: 14px;
  background: #4f46e5;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form button:hover {
  transform: translateY(-3px);
  filter: brightness(0.95);
}





/* footer */


.footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 80px 80px 30px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
}

.footer h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}

.footer h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer p {
  font-size: 15px;
  line-height: 1.7;
}

.footer a {
  display: block;
  text-decoration: none;
  color: #cbd5e1;
  margin-bottom: 10px;
  font-size: 15px;
  transition: 0.3s ease;
}

.footer a:hover {
  color: #4f46e5;
  transform: translateX(4px);
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 14px;
  color: #94a3b8;
}



