/* Global styles */

body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #0a0a0a;
  }
  
  a {
    text-decoration: none;
    color: #1a1212;
  }
  
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  /* Header section */
  
  header {
    
  background-size: cover;
  background-position: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: center;
    top: 0;
    z-index: 1;
  }
  
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  nav img {
    height: 40px;
  }
  
  nav ul {
    display: flex;
  }
  
  nav li {
    margin: 0 10px;
  }
  
  nav a {
    font-size: medium;
    font-weight: bold;
  }
  
  .hero-image {
    background-image: url(Images/banner.jpg);
    height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  
  .hero-text {
    position: absolute;
    font-size: x-large;
    font-style: bold;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .hero-text h1 {
    font-size: 48px;
    top: 50%;
    left: 50%;
    position: center;
    
  }
  
  .hero-text p {
    font-size: 34px;
    margin-bottom: 390px;
    margin: 0.03rem;
    font-style: bold;
  }
  
  .cta-button {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.2s ease;
  }
  
  .cta-button:hover {
    background-color: #0062cc;
  }
  
  /* Main section */
  
  section {
    padding: 80px 0;
  }
  
  section h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
  }
  
  .service {
    text-align: center;
    display: flex;
    margin-bottom: 40px;
  }
  
  .service h3 {
    font-size: 24px;
    margin-right: 20px;
    background-color: #b8eff7f6;
  }
  
  .testimonial {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 40px;
  }
  
  .testimonial p {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .testimonial .author {
    font-weight: bold;
    margin-top: 10px;
  }
  
  /* Contact section */
  
  form {
    display: flex;
    flex-direction: column;
    max-width: 600px;
  }
  
  label {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  input, textarea {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  
  button[type="submit"] {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.2s ease;
  }
  
  button[type="submit"]:hover {
    background-color: #0062cc;
  }
  .services {
    padding: 4rem 0;
    background-image: url(Images/backgroung1.jpg);
   text-align: center;

  }
  
  .services h2 {
    text-align: center;
    font-size: 4em;
    margin-bottom: 1rem;
   
  }
  
  .services-container {
    display: inline-block;
    flex-wrap: nowrap;
    justify-content: center;
    text-decoration-color: #ccc;
  }
  
  .service {
    text-align: center;
    display: inline-block;
    padding: 0 2;
    margin: 2 2rem;
    max-width: 3000px;
  }
  
  .service img {
    width: 200px;
    margin-bottom: 2rem;
    
 }
  
  .service h3 {
    white-space: nowrap;
  text-overflow: clip;
    font-size: 1.5em;
    margin: 10px 0;
   
    
  }
  
  .service p {
    font-size: 1.1em;
  width: 850px;
  position: relative;
  left: -20px;
  text-decoration-color: #ccc;  
  }
