
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f9f9f9;
      color: #333;
    }
.photo {
     border-radius: 50%;
	 border:1px;
	
}
    nav {
      background-color: white;
      border-bottom: 1px solid hsl(0, 0%, 87%);
      padding: 10px 20px;
      position: sticky;
      top: 0;
      z-index: 1000;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); 
    }

    .nav-container {
      max-width: 1200px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .logo {
      font-size: 20px;
      font-weight: bold;
      color: #333;
    }
    .nav-links {
      display: flex;
      gap: 20px;
    }

    .nav-links a {
      text-decoration: none;
      color: #333;
      font-weight: 500;
      transition: color 0.3s;
	   font-size:16px;
    }
	 
    .nav-links a:hover {
      color: #007bff;
    }

    .hamburger {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .hamburger div {
      width: 25px;
      height: 3px;
      background-color: #333;
      margin: 4px 0;
    }
  

    
.socialline {
    background-color:white;
	padding:10 0 10 0px;
	color:solid black;
	font-size:10px;
	margin-top:10px;
	text-decoration: none;
	margin:0;
	  border-bottom: 1px solid #ddd;
}


.social {
    float:right;
	margin-right:7px;
	
}  

.socialcall {
    margin-left:160px;
}
.socialmail{
    margin-left:20px;
} 

.social1 {
    margin-right:160px;
	 float:right;
}
.acol {
    text-decoration: none;
	color:#c9c9c9;
}
.socialgap {
    padding:8px;
}
    header {
      background-color: #fff;
      padding: 20px;
      text-align: center;
      border-bottom: 1px solid #ddd;
    }

    header h1 {
      font-size: 2.5rem;
      color: black;
    }

    .services-section {
      max-width: 1100px;
      margin: 40px auto;
      padding: 0 20px;
    }

    .services-section p.intro {
      text-align: center;
      font-size: 1.1rem;
      margin-bottom: 40px;
      color: #555;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
    }

    .service-item {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      text-align: center;
    }

    .service-item img {
      max-width: 100%;
      border-radius: 6px;
      margin-bottom: 15px;
    }

    .service-item h3 {
      color: #e96529;
      margin-bottom: 10px;
    }

    .service-item p {
      color: #555;
      font-size: 0.95rem;
    }

   

  
    /* Mobile menu */
    .mobile-menu {
      display: none;
      flex-direction: column;
      padding: 10px 0;
	  font-size:16px;
	    float:right;
    }

    .mobile-menu a {
      padding: 10px 0;
      border-top: 1px solid #eee;
	  text-decoration: none;
	  color:black;
	
    }

    /* Responsive styles */
    @media (max-width: 768px) {
      .nav-links {
        display: none;
      }

      .hamburger {
        display: flex;
      }

      .mobile-menu.active {
        display: flex;
      }
    } 

@media (max-width: 780px){
 .logo {
      font-size: 14px;
     
    }
.socialline {
    padding:10 0 10 0px;
	font-size:7px;
	margin-top:0px;
	text-decoration: none;
}


.social {
    float:right;
	margin-right:7px;
	
}  

.socialcall {
    margin-left:19px;
}
.social1 {
    margin-right:2px;
	
}