.contact {
    background-color: #fff;
    padding: 50px 20px;
    text-align: center;
  }

  .contact {
    background-color: #fff;
    padding: 50px 20px;
    text-align: center;
  }

  .contact .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
  }

  .contact h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
  }

  .contact p {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
  }

  .contact-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .contact-info .info {
    flex: 1 1 30%;
    margin-bottom: 20px;
  }

  .contact-info .form {
    flex: 1 1 55%;
    margin-bottom: 20px;
  }

  .contact-info i {
    margin-right: 10px;
    color: #3498db;
  }

  .contact-info a {
    color: #3498db;
    text-decoration: none;
    font-size: 18px;

  }

  .contact-info a:hover {
    color: #ffa704;
  }

  .contact-form {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .contact-form .input-wrapper {
    position: relative;
    width: 90%;
  }

  .contact-form .input-wrapper input {
    width: 100%;
    padding: 10px 10px 10px 40px; /* Adjust the left padding to make space for the icon */
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .contact-form .input-wrapper .fa-phone {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #3498db;
  }

  .contact-form .input-wrapper .fa-envelope {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #3498db;
  }

  

  .contact-form button {
    background-color: #3498db;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .contact-form button:hover {
    background-color: #2980b9;
  }

  .map {
    margin-top: 30px;
  }

  .map iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 10px;
  }

  @media (max-width: 768px) {
    .contact-info .info, .contact-info .form {
      flex: 1 1 100%;
    }
  }

  #result{
    display: none;
    border: red 1px solid;
    width: 300px;
    padding: 10px;
    margin: 5px;
  }


  .recyleImg{
    height: 40px; 
    background-color: #ffffff;
    cursor: pointer;
  }