.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%;
    }
  }

  


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

  /* Modal styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
