/* تنسيق الحاوية العامة */
.content {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.content p{
    background-color: rgb(216, 222, 223) ;
  
    border-radius: 5px;
    padding: 4px 7px;
    color: #666;
    padding: 20px 30px;
}
.content h1  {
   
    font-size: 25px;
    font-family: Arial, sans-serif;


}

/* تنسيق العنوان */
.abouttitel {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

/* تنسيق الفقرة */
.content p {
    font-size: 1.1em;
    color: #666;
    margin: 0;
    text-align: justify;


}


  /* services */
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .container h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
  }

 

  .service {
    background-color: rgb(216, 222, 223);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    margin-bottom: 10px;
  }

  .service:hover {
    transform: translateY(-10px);
  }

  .service img {
    max-width: 80px;
    margin-bottom: 10px;
    border-radius: 7px;
  }

  .service h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
  }

  .service p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
  }


  
    /* Header Styles */
    header {
        margin-top: 20PX;
        text-align: center;
        margin-bottom: 20px;
        font-size: 36px;
        color: rgb(177, 183, 184);
        font-family: Arial, Helvetica, sans-serif;
      }
  
      /* Contact Form Styles */
      .contact-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        margin-bottom: 80%;
        margin-left: 10px;
        margin-right: 10px;
      }
  
      .contact-form {
        background-color: rgb(216, 222, 223);
        ;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(131, 128, 128, 0.1);
        max-width: 500px;
        width: 100%;
      }
  
      .contact-form input,
      .contact-form textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        border: none;
        border-radius: 5px;
        font-size: 16px;
      }
  
      .contact-form textarea {
        height: 150px;
      }
  
      .contact-form button {
        background-color: #023047;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
      }
  
      .contact-form button:hover {
        background-color: #444;
      }
  

      